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.
This commit is contained in:
parent
1e1571d647
commit
9a41e7df2d
Notes:
sideshowbarker
2024-07-18 18:24:16 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/9a41e7df2de Pull-request: https://github.com/SerenityOS/serenity/pull/6996
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue