diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-03-18 11:27:54 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-31 15:47:55 +0200 |
commit | 6460eef0b8282cc6a398c062cbdde7bfaba1c71f (patch) | |
tree | 9f34d7f36f6b8c6825f3dba8f172012800d45441 /scripts | |
parent | 42c12ba900909bb6edbcec9cef350d42759dce11 (diff) | |
download | aports-6460eef0b8282cc6a398c062cbdde7bfaba1c71f.tar.bz2 aports-6460eef0b8282cc6a398c062cbdde7bfaba1c71f.tar.xz |
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")
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 908a3cc9d6..1f42985200 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -101,7 +101,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ gmp mpfr3 mpc1 isl cloog gcc \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \ attr libcap patch sudo acl fakeroot tar \ - pax-utils abuild openssh \ + pax-utils lzip abuild openssh \ ncurses libcap-ng util-linux lvm2 popt xz \ json-c argon2 cryptsetup kmod lddtree mkinitfs \ community/go libffi community/ghc \ |