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:
parent
63894f2b5a
commit
20e73a71f1
@ -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="
|
||||
|
Loading…
x
Reference in New Issue
Block a user