summaryrefslogtreecommitdiff
path: root/toolchain/mpfr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/mpfr/Makefile')
-rw-r--r--toolchain/mpfr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/mpfr/Makefile b/toolchain/mpfr/Makefile
index bb66c7ab0..4436d4fcc 100644
--- a/toolchain/mpfr/Makefile
+++ b/toolchain/mpfr/Makefile
@@ -15,6 +15,7 @@ $(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
--prefix=$(STAGING_HOST_DIR)/usr \
+ --with-gmp=$(STAGING_HOST_DIR)/usr \
--disable-shared \
--enable-static \
);