summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-05-11 00:36:33 +0000
committerJeremy Allison <jra@samba.org>2002-05-11 00:36:33 +0000
commit58c3f9d6d5f9ab97106453615f60997fddcefe86 (patch)
tree30ae8505323a27bb9d024ee1714fcb3e037852c6 /source3/configure.in
parent3ca09d432c1ec65944da279b7851b960dd564870 (diff)
downloadsamba-58c3f9d6d5f9ab97106453615f60997fddcefe86.tar.gz
samba-58c3f9d6d5f9ab97106453615f60997fddcefe86.tar.bz2
samba-58c3f9d6d5f9ab97106453615f60997fddcefe86.zip
Fix for *BSD linking of VFS modules from "Scot W. Hetzel" <hetzels@westbend.net>
Jeremy. (This used to be commit f137a2cc14c71cbffd2ffb392c33cc67817b1658)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 284b06823a..5612d2b250 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -899,6 +899,7 @@ case "$host_os" in
;;
*bsd*) BLDSHARED="true"
LDSHFLAGS="-Wl,-soname,\$@ -shared"
+ DYNEXP="-Wl,--export-dynamic"
PICFLAG="-fPIC"
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
;;