mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Add -rdynamic to LDFLAGS if libdl found.
This commit is contained in:
parent
d91bfec537
commit
4c14a343d1
1387
source/configure
vendored
1387
source/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -228,7 +228,7 @@ AC_CHECK_TYPE(wchar_t, unsigned short)
|
||||
AC_CHECK_LIB(cups,httpConnect)
|
||||
|
||||
# we need libdl for PAM and the new VFS code
|
||||
AC_CHECK_LIB(dl,main)
|
||||
AC_CHECK_LIB(dl,main, [LDFLAGS="$LDFLAGS -rdynamic"; LIBS="$LIBS -ldl"])
|
||||
|
||||
AC_CACHE_CHECK([for sig_atomic_t type],samba_cv_sig_atomic_t, [
|
||||
AC_TRY_COMPILE([
|
||||
|
Loading…
Reference in New Issue
Block a user