Pārlūkot izejas kodu

with-gmp pointing to staging dir is required

Waldemar Brodkorb 11 gadi atpakaļ
vecāks
revīzija
68fde72213
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 \
 	);