index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | i486-stage1/mpfr/DESCR | 3 |
diff --git a/i486-stage1/mpfr/DESCR b/i486-stage1/mpfr/DESCR index f7dc131..75eb04b 100644 --- a/i486-stage1/mpfr/DESCR +++ b/i486-stage1/mpfr/DESCR @@ -3,3 +3,6 @@ SYSROOT_INSTALL=1 # prepare configure for cross-compilation sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD + +# see FS#57420 +sed -i "s@http://www.mpfr.org/mpfr-current/@http://www.mpfr.org/mpfr-4.0.0/@" PKGBUILD |