diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-03-22 10:46:03 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-03-22 10:46:03 +0000 |
commit | 20e73a71f11b131bdf3dbc9aa19d001871810623 (patch) | |
tree | 6803c273a27e088b43ac693220f7d1e0a0a6711d | |
parent | 63894f2b5a5b11e946bbc1f53fee20d003862dc6 (diff) | |
download | samba-20e73a71f11b131bdf3dbc9aa19d001871810623.tar.gz samba-20e73a71f11b131bdf3dbc9aa19d001871810623.tar.bz2 samba-20e73a71f11b131bdf3dbc9aa19d001871810623.zip |
This caused problems on the build farm.
(This used to be commit f16a70a405a702945ada42be638c3d17c59517c0)
-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 48b9f22d66..bc86473428 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 -Wl,-no-undefined" + LDSHFLAGS="-shared" DYNEXP="-Wl,--export-dynamic" PICFLAG="-fPIC" SONAMEFLAG="-Wl,-soname=" |