2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

gcc: disable zstd

This commit is contained in:
Dylan Araps 2021-07-01 16:52:38 +00:00
parent 10596fb974
commit 61db95b2e3
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -47,6 +47,7 @@ export libat_cv_have_ifunc=no
--enable-tls \
--enable-languages=c,c++ \
--without-included-gettext \
--with-zstd=no \
--with-system-zlib \
--build=x86_64-pc-linux-musl \
"${bootstrap:---enable-bootstrap}"