kumquat-buildroot/package/asterisk
Bernd Kuhls c48bff9da6 package/asterisk: libsrtp needs openssl
Fixes configure error

checking for the ability of -lsrtp2 to be linked in a shared object... yes
checking for srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80 in -lsrtp2... yes
checking for srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80 in -lsrtp2... no
checking for srtp_crypto_policy_set_aes_gcm_128_8_auth in -lsrtp2... no
checking for srtp_shutdown in -lsrtp2... yes
checking for srtp2/srtp.h... (cached) yes
configure: WARNING: ***
configure: WARNING: *** OpenSSL required when using libsrtp2, checking for libsrtp instead.
configure: WARNING: ***

using this defconfig:

BR2_PACKAGE_LIBSRTP=y
BR2_PACKAGE_ASTERISK=y

Please note that openssl support in libsrtp is not available for static
builds:
https://git.buildroot.net/buildroot/tree/package/libsrtp/libsrtp.mk#n27

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-12-09 22:23:08 +01:00
..
0001-configure-do-not-configure-in-menuselect.patch
0002-sounds-do-not-download-and-check-sha1s.patch
0003-configure-fix-detection-of-libcrypt.patch
0004-build-ensure-target-directory-for-modules-exists.patch
0005-install-samples-need-the-data-files.patch
0006-build-fix-issues-building-without-ssl.patch
0007-res_srtp-Add-support-for-libsrtp2-with-AES-GCM.patch package/asterisk: fix compilation with libsrtp 2.2.0 2018-08-23 13:44:37 +02:00
asterisk.hash package/asterisk: bump version to 14.7.8 2018-10-09 15:07:03 +02:00
asterisk.mk package/asterisk: libsrtp needs openssl 2018-12-09 22:23:08 +01:00
Config.in