From 20e73a71f11b131bdf3dbc9aa19d001871810623 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 22 Mar 2003 10:46:03 +0000 Subject: This caused problems on the build farm. (This used to be commit f16a70a405a702945ada42be638c3d17c59517c0) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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=" -- cgit