diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-06-19 20:11:43 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-06-19 20:11:43 +0000 |
commit | 5e66f641d36c9688781267d2e9586b07986e6163 (patch) | |
tree | f4b1ba7955b34e0d191ff82b2ab9111db7a60f1f /net/samba/files/patch-ba | |
parent | a6dbaf3112a2d3f50d8521d612c106e2e0593828 (diff) | |
download | FreeBSD-ports-5e66f641d36c9688781267d2e9586b07986e6163.zip FreeBSD-ports-5e66f641d36c9688781267d2e9586b07986e6163.tar.gz |
Update to 2.2.5
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 66a3423..3c49ea9 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 ;; |