|
@@ -25,8 +25,7 @@ endif
|
|
# host-pkgconf to make sure pkg-config is installed.
|
|
# host-pkgconf to make sure pkg-config is installed.
|
|
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 += --enable-openssl
|
|
LIBSRTP_CONF_OPTS += --enable-openssl
|
|
else
|
|
else
|