浏览代码

Ports/aria2: Explicitly disable Firefox/Chromium cookie support

Previously, this would only be enabled if the `sqlite` port was
already installed. This change explicitly disables the feature, as it
isn't that useful on SerenityOS. This ensures a consistent build
regardless of whether the `sqlite` port is installed or not.
Tim Ledbetter 1 年之前
父节点
当前提交
87c17c9bb9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Ports/aria2/package.sh

+ 1 - 0
Ports/aria2/package.sh

@@ -18,4 +18,5 @@ configopts+=(
     "--with-libuv"
     "--with-sysroot=${SERENITY_INSTALL_ROOT}"
     '--without-libcares'
+    '--without-sqlite3'
 )