mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
16 lines
409 B
TOML
16 lines
409 B
TOML
[source]
|
|
tar = "https://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz"
|
|
blake3 = "d46d14c12aa4ea51e356bf92091c368fd871e1d770b94bc29027886737aecd5f"
|
|
patches = [
|
|
"01_no_rlimit.patch",
|
|
"02_no_chown.patch",
|
|
"03_renameat2.patch",
|
|
]
|
|
script = """
|
|
wget -O build-aux/config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
|
|
autoreconf
|
|
"""
|
|
|
|
[build]
|
|
template = "configure"
|