mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
remove a useless (and harmful on some platforms) -lnsl
from IKSEMEL_LIB. Actually i am not even sure whether -lgcrypt -lgpg-error are needed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -386,7 +386,7 @@ AST_EXT_LIB_CHECK([IKSEMEL], [iksemel], [iks_start_sasl], [iksemel.h])
|
||||
if test "${PBX_IKSEMEL}" = 1; then
|
||||
AST_EXT_LIB_CHECK([GNUTLS], [gnutls], [gnutls_bye])
|
||||
if test "${PBX_GNUTLS}" = 1; then
|
||||
IKSEMEL_LIB="${IKSEMEL_LIB} -lgnutls -lz -lgcrypt -lnsl -lgpg-error"
|
||||
IKSEMEL_LIB="${IKSEMEL_LIB} -lgnutls -lz -lgcrypt -lgpg-error"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user