Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 4DEDF78192D for ; Wed, 6 Nov 2019 10:55:21 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id B3C2E49057 for ; Wed, 6 Nov 2019 13:55:21 +0300 (MSK) From: alpine-mips-patches Date: Wed, 6 Nov 2019 10:39:42 +0000 Subject: [PATCH] scripts/bootstrap.sh: switch to mpfr4 To: alpine-aports@lists.alpinelinux.org Message-Id: <20191106105521.B3C2E49057@mx12.valuehost.ru> --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 85fe406a75..c273c4380b 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 \ -- 2.23.0