Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 383E4781BAC for ; Fri, 13 Sep 2019 11:40:44 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx7.valuehost.ru (Postfix) with ESMTP id 5C97F63692 for ; Fri, 13 Sep 2019 14:40:43 +0300 (MSK) From: alpine-mips-patches Date: Fri, 13 Sep 2019 11:21:34 +0000 Subject: [PATCH] scripts/bootstrap.sh: switch to mpfr4 To: alpine-aports@lists.alpinelinux.org Message-Id: <20190913114043.5C97F63692@mx7.valuehost.ru> --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index dc71003b19..d666a023dd 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 \ -- 2.23.0