mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Disable ipv6 in curl
This commit is contained in:
parent
03a7f39cef
commit
8af6ae249a
@ -23,13 +23,14 @@ function recipe_build {
|
||||
--prefix=/ \
|
||||
--build=${BUILD} \
|
||||
--host=${HOST} \
|
||||
--disable-tftp \
|
||||
--disable-ftp \
|
||||
--disable-ipv6 \
|
||||
--disable-ntlm-wb \
|
||||
--disable-tftp \
|
||||
--disable-threaded-resolver \
|
||||
--with-zlib="$sysroot" \
|
||||
--with-ca-path=/ssl/certs \
|
||||
--with-ssl="$sysroot" \
|
||||
--with-ca-path=/ssl/certs
|
||||
--with-zlib="$sysroot"
|
||||
make -j"$(nproc)"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user