diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-12 14:49:38 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-12 14:49:38 +0000 |
commit | 0e82d2f4526310e48bc3b96714409acc6c084e73 (patch) | |
tree | 5c58270d33442a7b909c13d391d925fa4357173b /net | |
parent | 8fec12e98731af1526b47f499b38825529b86fde (diff) | |
download | ports-0e82d2f4526310e48bc3b96714409acc6c084e73.tar.gz ports-0e82d2f4526310e48bc3b96714409acc6c084e73.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/files/patch-ba | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/files/patch-ba b/net/samba/files/patch-ba index de7927b3c230..4d22339926f5 100644 --- a/net/samba/files/patch-ba +++ b/net/samba/files/patch-ba @@ -1,15 +1,15 @@ ---- source/configure.in.orig Fri Aug 9 08:52:09 2002 -+++ source/configure.in Fri Aug 9 08:53:11 2002 +--- 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,-Bdynamic" + DYNEXP="-Wl,--export-dynamic" SONAMEFLAG="-Wl,-soname," - PICFLAG="-fPIC" + PICFLAG="-fPIC -DPIC" AC_DEFINE(STAT_ST_BLOCKSIZE,512) ;; - *irix*) AC_DEFINE(IRIX) -@@ -1897,7 +1897,7 @@ + *openbsd*) BLDSHARED="true" +@@ -1914,7 +1914,7 @@ yes) AC_MSG_RESULT(yes) AC_DEFINE(KRB5_AUTH) @@ -18,7 +18,7 @@ CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib" ;; -@@ -2073,7 +2073,7 @@ +@@ -2090,7 +2090,7 @@ AC_DEFINE(WITH_LDAP_SAM) LDAPLIBS="-lldap" AC_CHECK_LIB(lber, ber_bvfree, [LDAPLIBS="$LDAPLIBS -llber"]) |