mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
scripts/bootstrap.sh: Build lzip (required by abuild)
In order to install abuild, lzip needs to be available. Add it to the list of
packages built in bootstrap.sh.
Fixes: 9674a6492d
("main/abuild: add support for lzip source packages")
This commit is contained in:
parent
42c12ba900
commit
6460eef0b8
@ -101,7 +101,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
|
|||||||
gmp mpfr3 mpc1 isl cloog gcc \
|
gmp mpfr3 mpc1 isl cloog gcc \
|
||||||
openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \
|
openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \
|
||||||
attr libcap patch sudo acl fakeroot tar \
|
attr libcap patch sudo acl fakeroot tar \
|
||||||
pax-utils abuild openssh \
|
pax-utils lzip abuild openssh \
|
||||||
ncurses libcap-ng util-linux lvm2 popt xz \
|
ncurses libcap-ng util-linux lvm2 popt xz \
|
||||||
json-c argon2 cryptsetup kmod lddtree mkinitfs \
|
json-c argon2 cryptsetup kmod lddtree mkinitfs \
|
||||||
community/go libffi community/ghc \
|
community/go libffi community/ghc \
|
||||||
|
Loading…
Reference in New Issue
Block a user