From d91d100391b1482957d0f19bba28bad888b78136 Mon Sep 17 00:00:00 2001 From: CvH Date: Sat, 6 Mar 2021 10:05:52 +0100 Subject: [PATCH] curl: build with openssl --- packages/web/curl/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/curl/package.mk b/packages/web/curl/package.mk index 844de76681..9ee52993ec 100644 --- a/packages/web/curl/package.mk +++ b/packages/web/curl/package.mk @@ -8,7 +8,7 @@ PKG_SHA256="999d5f2c403cf6e25d58319fdd596611e455dd195208746bc6e6d197a77e878b" PKG_LICENSE="MIT" PKG_SITE="http://curl.haxx.se" PKG_URL="http://curl.haxx.se/download/${PKG_NAME}-${PKG_VERSION}.tar.xz" -PKG_DEPENDS_TARGET="toolchain zlib gnutls rtmpdump libidn2 nghttp2" +PKG_DEPENDS_TARGET="toolchain zlib openssl rtmpdump libidn2 nghttp2" PKG_LONGDESC="Client and library for (HTTP, HTTPS, FTP, ...) transfers." PKG_TOOLCHAIN="configure" @@ -58,8 +58,8 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \ --without-egd-socket \ --enable-thread \ --with-random=/dev/urandom \ - --with-gnutls \ - --without-ssl \ + --without-gnutls \ + --with-ssl \ --without-mbedtls \ --without-nss \ --with-ca-bundle=/run/libreelec/cacert.pem \