diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 12:10:44 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 12:10:44 +0100 |
commit | 428aebe60e7dd5664c53e9efb8cf2368397211b0 (patch) | |
tree | 4c4be5d502da1fda394b1f1fe1584cce5d6bbe14 | |
parent | 22a9db79089c54823ae36ee2e20615ac70ab7f40 (diff) | |
download | bootstrap32-428aebe60e7dd5664c53e9efb8cf2368397211b0.tar.xz |
removed mpfr URL patch in stage 1 (fixed upstreams)
-rw-r--r-- | i486-stage1/mpfr/DESCR | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/i486-stage1/mpfr/DESCR b/i486-stage1/mpfr/DESCR index 75eb04b..f7dc131 100644 --- a/i486-stage1/mpfr/DESCR +++ b/i486-stage1/mpfr/DESCR @@ -3,6 +3,3 @@ 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 |