summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-05-16 17:19:41 +0000
committerGerald Carter <jerry@samba.org>2002-05-16 17:19:41 +0000
commit9798be6355b4d161dc87eb027beef5cb3852a70b (patch)
tree916438d1c396d6659a3b4bb0d8a3d9a9aa409a81 /source3/configure.in
parent535af3c3fe2bdac0f57729ea4aa01679314db10a (diff)
downloadsamba-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.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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)
;;