Skip to content
Snippets Groups Projects
Commit 4a889c0c authored by Wren Turkal's avatar Wren Turkal
Browse files

Remove customization of and update xz.


I updated the recipe to use newest the raw xz upstream source and
cleaned out my recipes and rebuilt. I have detected no problems.
Not having to have customizations will make it easier to upgrade
int the future as new versions are released.

Signed-off-by: default avatarWren Turkal <wt@penguintechs.org>
parent 068fefd1
No related branches found
No related tags found
1 merge request!246Remove customization of and update xz.
[source] [source]
tar = "https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.3" tar = "https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.5"
patches = [
"01-no-poll.patch",
"02-o_noctty.patch",
"03-no-signals.patch"
]
script = """
./autogen.sh
chmod +w build-aux/config.sub
wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
"""
[build] [build]
template = "custom" template = "custom"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment