diff options
Diffstat (limited to 'repo/util/curl.xibuild')
-rw-r--r-- | repo/util/curl.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |