Explorar o código

with-gmp pointing to staging dir is required

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
68fde72213
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 \
 	);