From 6460eef0b8282cc6a398c062cbdde7bfaba1c71f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= <j.neuschaefer@gmx.net>
Date: Sun, 18 Mar 2018 11:27:54 +0100
Subject: [PATCH] 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")
---
 scripts/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 908a3cc9d641..1f4298520084 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 \
-- 
GitLab