1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

Backed out -rdynamic linker option. It seems to be GNU ld specific.

Need a platform independant way of exporting symbols for dlopen().
Perhaps this is only needed for certain platforms anyway...
This commit is contained in:
Tim Potter
-
parent 8855d7346d
commit 8b26be1e82
2 changed files with 429 additions and 420 deletions

846
source/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -228,7 +228,8 @@ 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, [LDFLAGS="$LDFLAGS -rdynamic"; LIBS="$LIBS -ldl"])
AC_CHECK_LIB(dl, dlopen, [LIBS="$LIBS -ldl";
AC_DEFINE(HAVE_LIBDL)])
AC_CACHE_CHECK([for sig_atomic_t type],samba_cv_sig_atomic_t, [
AC_TRY_COMPILE([