summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-05-09 23:31:03 +0200
committerLinus Groh <mail@linusgroh.de>2021-05-09 23:47:37 +0100
commit9a41e7df2de686e1c1c7ca6bed1febb0ad93bc0e (patch)
treeddb7e5d88a87673d72734957a05030dcf62a54bb
parent1e1571d64741ae2b71f4144e60f95c06ab065b28 (diff)
downloadserenity-9a41e7df2de686e1c1c7ca6bed1febb0ad93bc0e.zip
Ports: Update build options for curl
This enables SSL support (verified to work), IPv6 (won't work for lack of IPv6 support in the kernel) and threads.
-rwxr-xr-xPorts/curl/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/curl/package.sh b/Ports/curl/package.sh
index 5665275432..a692299de3 100755
--- a/Ports/curl/package.sh
+++ b/Ports/curl/package.sh
@@ -2,7 +2,7 @@
port=curl
version=7.65.3
useconfigure=true
-configopts="--disable-threaded-resolver --disable-ipv6 --disable-ntlm-wb"
+configopts="--disable-ntlm-wb --with-ssl"
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2
https://curl.se/download/curl-${version}.tar.bz2.asc curl-${version}.tar.bz2.asc"