summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure')
-rwxr-xr-xsource3/configure2
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