diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-03-22 10:44:07 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-03-22 10:44:07 +0000 |
commit | bde949c721248c27385a5ea6c7813c7c45271ff0 (patch) | |
tree | 6d4c6328ca8742521a60f2587f21e704d54c1448 | |
parent | 87cbd9ab68ed5f0831440009b16915edc7473e49 (diff) | |
download | samba-bde949c721248c27385a5ea6c7813c7c45271ff0.tar.gz samba-bde949c721248c27385a5ea6c7813c7c45271ff0.tar.bz2 samba-bde949c721248c27385a5ea6c7813c7c45271ff0.zip |
It seems that this causes some problems on some linux platforms - it's a
pity becouse otherwise you need to link a program with it to get the
fstring/pstring bugs.
Andrew Bartlett
(This used to be commit b1b4370955d50fd4997c7171a99fe03f97190aca)
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 5d7a65f620..b6fabe6085 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -914,7 +914,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 -Wl,-no-undefined" + LDSHFLAGS="-shared" DYNEXP="-Wl,--export-dynamic" PICFLAG="-fPIC" SONAMEFLAG="-Wl,-soname=" |