diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-10-11 14:07:13 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-10-11 14:07:13 +0000 |
commit | a53d48b241ee87bed851276b92990733a6c69df8 (patch) | |
tree | d07cc7b077b1bf26dc152dd9439ac5b8a1e13c1a /net/samba/files/patch-ba | |
parent | add one more checksum (the author's harddisk crash) (diff) |
Update to 2.2.6 RC2
Fix VFS problems with PORT:checking for VFS options before Makefile.inc included
Notes
Notes:
svn path=/head/; revision=67813
Diffstat (limited to 'net/samba/files/patch-ba')
-rw-r--r-- | net/samba/files/patch-ba | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/samba/files/patch-ba b/net/samba/files/patch-ba index 4d22339926f5..e9824c885c59 100644 --- a/net/samba/files/patch-ba +++ b/net/samba/files/patch-ba @@ -1,14 +1,5 @@ --- source/configure.in.orig Thu Aug 29 07:05:30 2002 +++ source/configure.in Sat Sep 7 20:54:21 2002 -@@ -884,7 +884,7 @@ - LDSHFLAGS="-shared" - DYNEXP="-Wl,--export-dynamic" - SONAMEFLAG="-Wl,-soname," -- PICFLAG="-fPIC" -+ PICFLAG="-fPIC -DPIC" - AC_DEFINE(STAT_ST_BLOCKSIZE,512) - ;; - *openbsd*) BLDSHARED="true" @@ -1914,7 +1914,7 @@ yes) AC_MSG_RESULT(yes) @@ -18,12 +9,3 @@ CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib" ;; -@@ -2090,7 +2090,7 @@ - AC_DEFINE(WITH_LDAP_SAM) - LDAPLIBS="-lldap" - AC_CHECK_LIB(lber, ber_bvfree, [LDAPLIBS="$LDAPLIBS -llber"]) -- LDAPLIBS="-lresolv $LDAPLIBS" -+ LDAPLIBS="$LDAPLIBS" - old_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $LDAPLIBS" - AC_CHECK_FUNCS(ldap_start_tls_s) |