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:
Tim Ledbetter 2023-08-23 19:52:37 +01:00 committed by Tim Schumacher
parent 637eb3179a
commit 434c97010f

View file

@ -17,4 +17,5 @@ config_sub_paths+=("deps/wslay/config.sub")
configopts+=(
"--with-libuv"
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
'--without-libcares'
)