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 /source3/configure | |
parent | 535af3c3fe2bdac0f57729ea4aa01679314db10a (diff) | |
download | samba-9798be6355b4d161dc87eb027beef5cb3852a70b.tar.gz samba-9798be6355b4d161dc87eb027beef5cb3852a70b.tar.bz2 samba-9798be6355b4d161dc87eb027beef5cb3852a70b.zip |
merge from SAMBA_2_2
(This used to be commit d8e8f13f7231c2b2874fdca7f3600acb69e48df4)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 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 |