mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
21 lines
443 B
TOML
21 lines
443 B
TOML
[source]
|
|
tar = "https://github.com/tukaani-project/xz/releases/download/v5.2.13/xz-5.2.13.tar.gz"
|
|
blake3 = "edc6350542e8cb7188a878135e5b9bd592d687e5b47451ca1c89d51cc4bc6b53"
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_STATIC_INIT
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--disable-lzmadec
|
|
--disable-lzmainfo
|
|
--disable-xz
|
|
--disable-xzdec
|
|
--enable-threads=no
|
|
)
|
|
cookbook_configure
|
|
"""
|