|
@@ -50,14 +50,14 @@ LIBCURL_CONF_OPTS += -without-ssl
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBCURL_GNUTLS),y)
|
|
|
-LIBCURL_CONF_OPTS += --with-gnutls=$(STAGING_DIR)/usr --without-ssl
|
|
|
+LIBCURL_CONF_OPTS += --with-gnutls=$(STAGING_DIR)/usr
|
|
|
LIBCURL_DEPENDENCIES += gnutls
|
|
|
else
|
|
|
LIBCURL_CONF_OPTS += --without-gnutls
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBCURL_LIBNSS),y)
|
|
|
-LIBCURL_CONF_OPTS += --with-nss=$(STAGING_DIR)/usr --without-ssl --without-gnutls
|
|
|
+LIBCURL_CONF_OPTS += --with-nss=$(STAGING_DIR)/usr
|
|
|
LIBCURL_CONF_ENV += CPPFLAGS="$(TARGET_CPPFLAGS) `$(PKG_CONFIG_HOST_BINARY) nspr nss --cflags`"
|
|
|
LIBCURL_DEPENDENCIES += libnss
|
|
|
else
|
|
@@ -65,8 +65,7 @@ LIBCURL_CONF_OPTS += --without-nss
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBCURL_MBEDTLS),y)
|
|
|
-LIBCURL_CONF_OPTS += --with-mbedtls=$(STAGING_DIR)/usr \
|
|
|
- --without-ssl --without-gnutls --without-nss
|
|
|
+LIBCURL_CONF_OPTS += --with-mbedtls=$(STAGING_DIR)/usr
|
|
|
LIBCURL_DEPENDENCIES += mbedtls
|
|
|
else
|
|
|
LIBCURL_CONF_OPTS += --without-mbedtls
|