mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:17:35 +00:00
Ports/aria2: Explicitly disable c-ares
support
This was causing the build to fail when the `c-ares` port was installed.
This commit is contained in:
parent
637eb3179a
commit
434c97010f
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ config_sub_paths+=("deps/wslay/config.sub")
|
||||||
configopts+=(
|
configopts+=(
|
||||||
"--with-libuv"
|
"--with-libuv"
|
||||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||||
|
'--without-libcares'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue