mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 20:02:30 +01:00
patch out "xz" requirement because that would introduce a circular dependency, i don't see any *.xz files that would require extraction being included in the tarball.
13 lines
417 B
Diff
13 lines
417 B
Diff
This would introduce a circular dependency.
|
|
|
|
--- a/bootstrap.conf
|
|
+++ b/bootstrap.conf
|
|
@@ -44,7 +44,6 @@ buildreq="
|
|
help2man 1.29 https://www.gnu.org/s/help2man
|
|
make 3.81 https://www.gnu.org/s/make
|
|
makeinfo 4.8 https://www.gnu.org/s/texinfo
|
|
- xz 4.999.8beta https://tukaani.org/xz
|
|
"
|
|
|
|
# Instructions on how to install packages in $buildreq.
|