Ports: Build curl with --disable-ipv6
This commit is contained in:
parent
14aa8e3708
commit
74d1caf7d1
Notes:
sideshowbarker
2024-07-18 21:48:37 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/74d1caf7d1a
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"
|
||||
configopts="--disable-threaded-resolver --disable-ipv6"
|
||||
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