summaryrefslogtreecommitdiff
path: root/package/curl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-19 16:43:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-19 16:43:23 +0100
commitc3609e78379f21259e92da7f8310142315151efe (patch)
tree3b0b2dead5aab7bd24e41dab51b7ede81e174358 /package/curl
parent7876df969bf80521794bf6966d7df87fa40113d3 (diff)
git: update to 2.34.0, needs curl dependency because SSL is otherwise not activated
Diffstat (limited to 'package/curl')
-rw-r--r--package/curl/Makefile6
1 files changed, 3 insertions, 3 deletions
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