From c3609e78379f21259e92da7f8310142315151efe Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Nov 2021 16:43:23 +0100 Subject: git: update to 2.34.0, needs curl dependency because SSL is otherwise not activated --- package/curl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/curl/Makefile') diff --git a/package/curl/Makefile b/package/curl/Makefile index 916567912..284d3fb8c 100644 --- a/package/curl/Makefile +++ b/package/curl/Makefile @@ -47,18 +47,18 @@ $(eval $(call PKG_template,LIBCURL,libcurl,${PKG_VERSION}-${PKG_RELEASE},${PKGSS HOST_CONFIGURE_ARGS+= --without-ssl ifeq (${ADK_PACKAGE_CURL_WITH_LIBRESSL},y) -CONFIGURE_ARGS+= --with-ssl="${STAGING_TARGET_DIR}/usr" \ +CONFIGURE_ARGS+= --with-openssl="${STAGING_TARGET_DIR}/usr" \ --without-gnutls \ --without-axtls endif ifeq (${ADK_PACKAGE_CURL_WITH_GNUTLS},y) CONFIGURE_ARGS+= --with-gnutls="${STAGING_TARGET_DIR}/usr" \ - --without-ssl \ + --without-openssl \ --without-axtls endif ifeq (${ADK_PACKAGE_CURL_WITH_WOLFSSL},y) CONFIGURE_ARGS+= --with-cyassl="${STAGING_TARGET_DIR}/usr" \ - --without-ssl \ + --without-openssl \ --without-gnutls \ --without-axtls endif -- cgit v1.2.3