From 26477da178fa7c84edff5fd9d3c8ef28c0c3ad7d Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 23 Feb 2022 16:55:01 +0000 Subject: replaced openssl with libressl --- repo/util/curl.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/util/curl.xibuild') diff --git a/repo/util/curl.xibuild b/repo/util/curl.xibuild index 957311b..eee52b6 100644 --- a/repo/util/curl.xibuild +++ b/repo/util/curl.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="openssl zlib zstd libnghttp libpsl cacerts" +DEPS="libressl zlib zstd libnghttp libpsl cacerts" PKG_VER=7.80.0 SOURCE=https://curl.se/download/curl-$PKG_VER.tar.xz @@ -10,7 +10,7 @@ DESC="A utility for transfering files with URL syntax" build () { ./configure --prefix=/usr \ --disable-static \ - --with-openssl \ + --with-libressl \ --enable-threaded-resolver \ --with-ca-path=/etc/ssl/certs && make -- cgit v1.2.1