summaryrefslogtreecommitdiffstats
path: root/net/samba
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-06-18 00:32:57 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-06-18 00:32:57 +0000
commit27946ec3a5c2f21594714c87c3e6c8cdb7e50dfa (patch)
tree294911adacced544397417e532d24ffe0c949644 /net/samba
parentf326b22e9142330f102a4a05b20546d1dba832cf (diff)
downloadFreeBSD-ports-27946ec3a5c2f21594714c87c3e6c8cdb7e50dfa.zip
FreeBSD-ports-27946ec3a5c2f21594714c87c3e6c8cdb7e50dfa.tar.gz
Fix LDAP linking
Noticed by: sroberts@dsl.pipex.com
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/files/patch-ba15
1 files changed, 12 insertions, 3 deletions
diff --git a/net/samba/files/patch-ba b/net/samba/files/patch-ba
index 2f7498b..66a3423 100644
--- a/net/samba/files/patch-ba
+++ b/net/samba/files/patch-ba
@@ -1,6 +1,6 @@
---- source/configure.in.orig Thu May 2 20:02:46 2002
-+++ source/configure.in Thu May 9 02:29:20 2002
-@@ -1868,7 +1883,7 @@
+--- source/configure.in.orig Sat Jun 8 07:55:55 2002
++++ source/configure.in Mon Jun 17 18:15:30 2002
+@@ -1897,7 +1897,7 @@
yes)
AC_MSG_RESULT(yes)
AC_DEFINE(KRB5_AUTH)
@@ -9,3 +9,12 @@
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"
;;
+@@ -2073,7 +2073,7 @@
+ AC_DEFINE(WITH_LDAP_SAM)
+ LIBS="-lldap $LIBS"
+ AC_CHECK_LIB(lber, ber_bvfree, [LIBS="$LIBS -llber"])
+- LIBS="-lresolv $LIBS"
++ LIBS="$LIBS"
+ AC_CHECK_FUNCS(ldap_start_tls_s)
+ with_smbpasswd_sam=no
+ ;;
OpenPOWER on IntegriCloud