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