瀏覽代碼

with-gmp pointing to staging dir is required

Waldemar Brodkorb 11 年之前
父節點
當前提交
68fde72213
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/mpfr/Makefile

+ 1 - 0
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 \
 	);