diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-19 20:11:43 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-19 20:11:43 +0000 |
commit | 07a8570172bae23cd7433903b0ff0ff837bb2f92 (patch) | |
tree | 7e06d40851b33b2af2e6881edebf9705795638e8 /net/samba/files/patch-ba | |
parent | Upgrade to 4208 (diff) |
Update to 2.2.5
Notes
Notes:
svn path=/head/; revision=61592
Diffstat (limited to 'net/samba/files/patch-ba')
-rw-r--r-- | net/samba/files/patch-ba | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/samba/files/patch-ba b/net/samba/files/patch-ba index 66a34234c544..3c49ea9309c7 100644 --- a/net/samba/files/patch-ba +++ b/net/samba/files/patch-ba @@ -11,10 +11,10 @@ ;; @@ -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" + LIBS="-lldap $LDAPLIBS" + AC_CHECK_LIB(lber, ber_bvfree, [LDAPLIBS="$LDAPLIBS -llber"]) +- LDAPLIBS="-lresolv $LDAPLIBS" ++ LDAPLIBS="$LDAPLIBS" AC_CHECK_FUNCS(ldap_start_tls_s) with_smbpasswd_sam=no ;; |