浏览代码

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

This was causing the build to fail when the `c-ares` port was
installed.
Tim Ledbetter 1 年之前
父节点
当前提交
434c97010f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'
 )