summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-22 09:27:42 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-22 09:27:42 +0000
commit63894f2b5a5b11e946bbc1f53fee20d003862dc6 (patch)
treec8a7f23c37750cd8e42f19d4c8d1de846abf9a20 /source3/configure.in
parent3d8c50c87482d75d18b21bee954911951f471e2a (diff)
downloadsamba-63894f2b5a5b11e946bbc1f53fee20d003862dc6.tar.gz
samba-63894f2b5a5b11e946bbc1f53fee20d003862dc6.tar.bz2
samba-63894f2b5a5b11e946bbc1f53fee20d003862dc6.zip
Merge fixes to libsmbclient (fstring/pstring) from HEAD.
Andrew Bartlett (This used to be commit 6bf04c41ed88528345f6bb19d48f5909753a8322)
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 bc86473428..48b9f22d66 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -996,7 +996,7 @@ if test "$enable_shared" = "yes"; then
case "$host_os" in
*linux*) AC_DEFINE(LINUX,1,[Whether the host os is linux])
BLDSHARED="true"
- LDSHFLAGS="-shared"
+ LDSHFLAGS="-shared -Wl,-no-undefined"
DYNEXP="-Wl,--export-dynamic"
PICFLAG="-fPIC"
SONAMEFLAG="-Wl,-soname="