mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Ports: Build curl with --disable-ipv6
This commit is contained in:
parent
14aa8e3708
commit
74d1caf7d1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
port=curl
|
port=curl
|
||||||
version=7.65.3
|
version=7.65.3
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
configopts="--disable-threaded-resolver"
|
configopts="--disable-threaded-resolver --disable-ipv6"
|
||||||
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2
|
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"
|
https://curl.se/download/curl-${version}.tar.bz2.asc curl-${version}.tar.bz2.asc"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue