net/asterisk-13.x: prevent libsrtp2 detection
Asterisk 13 looks for libsrtp2. Unfortunately it also looks for a header which libsrtp2 does not make public: res_srtp.c:44:33: fatal error: srtp2/crypto_types.h: No such file or directory compilation terminated. This causes the asterisk build to fail. Fix this by disabling libsrtp2 detection in Asterisk 13. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
c6e069a488
commit
0a193b2af4
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ CONFIGURE_ARGS+= \
|
|||
--enable-xmldoc
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
ac_cv_lib_srtp2_srtp_init=no \
|
||||
ac_cv_path_ac_pt_CONFIG_LIBXML2=$(STAGING_DIR)/host/bin/xml2-config
|
||||
|
||||
AST_MENUSELECT_OPTS = \
|
||||
|
|
Loading…
Reference in a new issue