mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
seems some machines require -ldl at link time
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@9 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -2758,6 +2758,7 @@ fi
|
||||
|
||||
MODFLAGS=`echo $CXXFLAGS | sed 's/-rdynamic//g'`
|
||||
MODTARGET="modules"
|
||||
appendLib -ldl
|
||||
fi
|
||||
|
||||
#
|
||||
|
||||
@@ -54,6 +54,7 @@ if test "$MODULES" = "yes"; then
|
||||
AC_CHECK_LIB( dl, dlopen, appendCXX -D_MODULES -rdynamic,, )
|
||||
MODFLAGS=`echo $CXXFLAGS | sed 's/-rdynamic//g'`
|
||||
MODTARGET="modules"
|
||||
appendLib -ldl
|
||||
fi
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user