From dc4957d79bd373d9257a08b9c4e695cb93e7a2a4 Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Wed, 24 Jun 2020 09:01:52 -0600
Subject: [PATCH] scripts: bootstrap: build patch before build-base

Since 3.12, we have included patch in build-base due to busybox patch
being removed.
---
 scripts/bootstrap.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 1b596686ed00..14e6b23ebf75 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -99,8 +99,8 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
 	   openssl ca-certificates libbsd libtls-standalone busybox busybox-initscripts binutils make \
 	   apk-tools file \
 	   gmp mpfr4 mpc1 isl cloog gcc \
-	   openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \
-	   attr libcap patch sudo acl fakeroot tar \
+	   openrc alpine-conf alpine-baselayout alpine-keys alpine-base patch build-base \
+	   attr libcap sudo acl fakeroot tar \
 	   pax-utils lzip abuild ncurses libedit openssh \
 	   libcap-ng util-linux libaio lvm2 popt xz \
 	   json-c argon2 cryptsetup kmod lddtree mkinitfs \
-- 
GitLab