mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:28:13 +00:00
Ports/binutils: Build with support for zstd compression
This commit is contained in:
parent
5b23ec46b8
commit
ca9785cf81
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…
Add table
Add a link
Reference in a new issue