|
@@ -21,8 +21,7 @@ endif
|
|
|
|
|
|
LIBSRTP_DEPENDENCIES = host-pkgconf
|
|
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_DEPENDENCIES += openssl
|
|
LIBSRTP_CONF_OPTS += --disable-nss --enable-openssl
|
|
LIBSRTP_CONF_OPTS += --disable-nss --enable-openssl
|
|
else ifeq ($(BR2_PACKAGE_LIBNSS),y)
|
|
else ifeq ($(BR2_PACKAGE_LIBNSS),y)
|