pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba ignore gssapi.h on Solaris when Active Direc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4a2826481c5
branches:  trunk
changeset: 511730:d4a2826481c5
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Apr 20 11:44:07 2006 +0000

description:
ignore gssapi.h on Solaris when Active Directory support is being
compiled in, as it conflicts with <gssapi/gssapi.h>. fixes build on
Solaris w/ AD support.

diffstat:

 net/samba/options.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r a1193838d58c -r d4a2826481c5 net/samba/options.mk
--- a/net/samba/options.mk      Thu Apr 20 11:39:12 2006 +0000
+++ b/net/samba/options.mk      Thu Apr 20 11:44:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2006/04/03 13:23:03 salo Exp $
+# $NetBSD: options.mk,v 1.15 2006/04/20 11:44:07 grant Exp $
 
 # Recommended package options for various setups:
 #
@@ -26,6 +26,11 @@
 .  endif
 CONFIGURE_ARGS+=       --with-ads
 CONFIGURE_ARGS+=       --with-krb5=${KRB5BASE:Q}
+
+# ignore gssapi.h on Solaris as it conflicts with <gssapi/gssapi.h>
+.  if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+=                ac_cv_header_gssapi_h=no
+.  endif
 .else
 CONFIGURE_ARGS+=       --without-ads
 CONFIGURE_ARGS+=       --without-krb5



Home | Main Index | Thread Index | Old Index