Skip to content
Snippets Groups Projects
Commit eec01e45 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

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
parent 551fabf1
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment