mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
Merge branch 'migrate-xz' into 'master'
xz: update and change to git See merge request redox-os/cookbook!361
This commit is contained in:
commit
7e2b522b27
@ -1,13 +1,12 @@
|
||||
[source]
|
||||
tar = "https://tukaani.org/xz/xz-5.4.3.tar.xz"
|
||||
blake3 = "4b1b814bcf3794973fe9076d549a0edfbee01d2fd57821fe3280537ef6c7deae"
|
||||
script = """
|
||||
./autogen.sh
|
||||
"""
|
||||
git = "https://git.tukaani.org/xz.git"
|
||||
# v5.2.5
|
||||
rev = "2327a461e1afce862c22269b80d3517801103c1b"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
(cd ${COOKBOOK_SOURCE} && ./autogen.sh)
|
||||
export CFLAGS="-static"
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--host="${TARGET}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user