mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r18974: we don't have the configure check that sets
ac_cv_gnu_ld_no_default_allow_shlib_undefined
and as -Wl,--allow-shlib-undefined is supported on SuSE 7.3
I don't see a problem is always pass it explicit
metze
(This used to be commit 79db6bddc5
)
This commit is contained in:
parent
5d31bce8b6
commit
1d156f9479
@ -42,11 +42,7 @@ AC_MSG_CHECKING([ability to build shared libraries])
|
||||
case "$host_os" in
|
||||
*linux*)
|
||||
BLDSHARED="true"
|
||||
if test "${ac_cv_gnu_ld_no_default_allow_shlib_undefined}" = "yes"; then
|
||||
SHLD_FLAGS="-shared -Wl,-Bsymbolic -Wl,--allow-shlib-undefined"
|
||||
else
|
||||
SHLD_FLAGS="-shared -Wl,-Bsymbolic"
|
||||
fi
|
||||
LDFLAGS="-Wl,--export-dynamic"
|
||||
PICFLAG="-fPIC"
|
||||
SONAMEFLAG="-Wl,-soname="
|
||||
|
Loading…
Reference in New Issue
Block a user