diff options
author | Gerald Carter <jerry@samba.org> | 2002-05-16 17:19:41 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-05-16 17:19:41 +0000 |
commit | 9798be6355b4d161dc87eb027beef5cb3852a70b (patch) | |
tree | 916438d1c396d6659a3b4bb0d8a3d9a9aa409a81 | |
parent | 535af3c3fe2bdac0f57729ea4aa01679314db10a (diff) | |
download | samba-9798be6355b4d161dc87eb027beef5cb3852a70b.tar.gz samba-9798be6355b4d161dc87eb027beef5cb3852a70b.tar.xz samba-9798be6355b4d161dc87eb027beef5cb3852a70b.zip |
merge from SAMBA_2_2
(This used to be commit d8e8f13f7231c2b2874fdca7f3600acb69e48df4)
-rwxr-xr-x | source3/configure | 2 | ||||
-rw-r--r-- | source3/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index cdb2c6f099..86d46538b0 100755 --- a/source3/configure +++ b/source3/configure @@ -8928,7 +8928,7 @@ EOF ;; *bsd*) BLDSHARED="true" LDSHFLAGS="-Wl,-soname,\$@ -shared" - DYNEXP="-Wl,--export-dynamic" + DYNEXP="-Wl,-Bdynamic" PICFLAG="-fPIC" cat >> confdefs.h <<\EOF #define STAT_ST_BLOCKSIZE 512 diff --git a/source3/configure.in b/source3/configure.in index 3f419b3ba5..e01b9cb392 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -898,7 +898,7 @@ case "$host_os" in ;; *bsd*) BLDSHARED="true" LDSHFLAGS="-Wl,-soname,\$@ -shared" - DYNEXP="-Wl,--export-dynamic" + DYNEXP="-Wl,-Bdynamic" PICFLAG="-fPIC" AC_DEFINE(STAT_ST_BLOCKSIZE,512) ;; |