summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-05 10:53:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-05 10:53:18 +0200
commit68fde722139a7097ce91573901a4cc38f7a8f7ca (patch)
tree098a9c1a2dd20047873925ee1a62268efed56c73
parenta04076d2615bde08d9a8099994caa310805e73d4 (diff)
with-gmp pointing to staging dir is required
-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 \
);