|
@@ -31,6 +31,9 @@ endif
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
LIBSHOUT_CONF_OPTS += --with-openssl
|
|
LIBSHOUT_CONF_OPTS += --with-openssl
|
|
LIBSHOUT_DEPENDENCIES += openssl
|
|
LIBSHOUT_DEPENDENCIES += openssl
|
|
|
|
+else ifeq ($(BR2_PACKAGE_LIBRESSL),y)
|
|
|
|
+LIBSHOUT_CONF_OPTS += --with-openssl=$(STAGING_DIR)/lib
|
|
|
|
+LIBSHOUT_DEPENDENCIES += libressl
|
|
else
|
|
else
|
|
LIBSHOUT_CONF_OPTS += --without-openssl
|
|
LIBSHOUT_CONF_OPTS += --without-openssl
|
|
endif
|
|
endif
|