summaryrefslogtreecommitdiff
path: root/src/stage2/patches/mpfr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/mpfr.patch')
-rw-r--r--src/stage2/patches/mpfr.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage2/patches/mpfr.patch b/src/stage2/patches/mpfr.patch
index d792a4e..47a67bb 100644
--- a/src/stage2/patches/mpfr.patch
+++ b/src/stage2/patches/mpfr.patch
@@ -5,7 +5,7 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --enable-thread-safe --enable-shared
-+ ./configure --host=@TARGET@ --build=@BUILDHOST@ --prefix=/usr --enable-thread-safe --enable-shared
++ ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr --enable-thread-safe --enable-shared
make
}