mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports/binutils: Build with support for zstd compression
This commit is contained in:
parent
5b23ec46b8
commit
ca9785cf81
Notes:
sideshowbarker
2024-07-17 08:35:21 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/ca9785cf81 Pull-request: https://github.com/SerenityOS/serenity/pull/20646 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ configopts=(
|
|||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/binutils/binutils-${version}.tar.xz 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1"
|
||||
)
|
||||
depends=("zlib")
|
||||
depends=(
|
||||
'zlib'
|
||||
'zstd'
|
||||
)
|
||||
|
||||
export ac_cv_func_getrusage=no
|
||||
|
||||
|
|
Loading…
Reference in a new issue