diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-18 00:32:57 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-18 00:32:57 +0000 |
commit | 4987409051bbe615a33a01c3fbb86c3a098c8119 (patch) | |
tree | 0e1ad168d3c55cdaa0569172155873a909cbf49a /net/samba | |
parent | 9867faa88d341aace631965f3c4256ad917fb5be (diff) |
Notes
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/files/patch-ba | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/net/samba/files/patch-ba b/net/samba/files/patch-ba index 2f7498be5179..66a34234c544 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 + ;; |