1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

This caused problems on the build farm.

(This used to be commit f16a70a405a702945ada42be638c3d17c59517c0)
This commit is contained in:
Andrew Bartlett 2003-03-22 10:46:03 +00:00
parent 63894f2b5a
commit 20e73a71f1

View File

@ -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="