mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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
Notes:
sideshowbarker
2024-07-17 02:06:40 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/434c97010f Pull-request: https://github.com/SerenityOS/serenity/pull/20731 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ config_sub_paths+=("deps/wslay/config.sub")
|
|||
configopts+=(
|
||||
"--with-libuv"
|
||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||
'--without-libcares'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue