index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-07 20:38:58 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-07 20:38:58 +0100 |
commit | 1405eedff471bc3cea6ab29dea00bf3c4148bcd2 (patch) | |
tree | b8b2f4ce2538514cd1b9d7bb94d9833d0668011e /i486-stage1 | |
parent | 1d564e75dfae3bea26fc1670a5d82d4f05a05b81 (diff) |
-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 |