Browse Source

Ports/aria2: Explicitly disable `c-ares` support

This was causing the build to fail when the `c-ares` port was
installed.
Tim Ledbetter 1 year ago
parent
commit
434c97010f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Ports/aria2/package.sh

+ 1 - 0
Ports/aria2/package.sh

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