mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/libsrtp: drop shared library dependency from openssl
openssl handling needs shared library support since commit67cebbdf5fhowever this is not needed since version 2 and333fa84e8eSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit19294eb352) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
23fb7bbc00
commit
52bdcde13c
@@ -247,7 +247,7 @@ ASTERISK_CONF_OPTS += --without-speex --without-speexdsp
|
||||
endif
|
||||
|
||||
# asterisk needs an openssl-enabled libsrtp
|
||||
ifeq ($(BR2_PACKAGE_LIBSRTP)$(BR2_PACKAGE_OPENSSL)x$(BR2_STATIC_LIBS),yyx)
|
||||
ifeq ($(BR2_PACKAGE_LIBSRTP)$(BR2_PACKAGE_OPENSSL),yy)
|
||||
ASTERISK_DEPENDENCIES += libsrtp
|
||||
ASTERISK_CONF_OPTS += --with-srtp
|
||||
else
|
||||
|
||||
@@ -21,8 +21,7 @@ endif
|
||||
|
||||
LIBSRTP_DEPENDENCIES = host-pkgconf
|
||||
|
||||
# openssl handling needs libdl support
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL)x$(BR2_STATIC_LIBS),yx)
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LIBSRTP_DEPENDENCIES += openssl
|
||||
LIBSRTP_CONF_OPTS += --disable-nss --enable-openssl
|
||||
else ifeq ($(BR2_PACKAGE_LIBNSS),y)
|
||||
|
||||
Reference in New Issue
Block a user