From c9a0209cbdc3aa5d1e79297f9ac168adef97b36d Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Wed, 20 Nov 2019 13:45:22 +0000
Subject: [PATCH] bootstrap: use mpfr4 not mpfr3

---
 scripts/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 85fe406a755d..c273c4380b7c 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -98,7 +98,7 @@ apk info --quiet --installed --root "$CBUILDROOT" libgcc libstdc++ musl-dev || \
 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 mpfr3 mpc1 isl cloog gcc \
+	   gmp mpfr4 mpc1 isl cloog gcc \
 	   openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \
 	   attr libcap patch sudo acl fakeroot tar \
 	   pax-utils lzip abuild ncurses libedit openssh \
-- 
GitLab