aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a838857..68f0f06 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -667,7 +667,7 @@ config-host-ppl: stmp-config-host-ppl
PPL_CONFIG_ARGS=$(host_baseargs) --prefix=$(TEMP_INSTALLDIR) --disable-shared \
--target=${target_alias} \
--host=${host} --build=${build} \
- --disable-nls --with-libgmp-prefix=$(GMP_DIR) \
+ --disable-nls \
--disable-watchdog --without-java \
--disable-ppl_lcdd --disable-ppl_lpsol --disable-ppl_pips
stmp-config-host-ppl: config.status stmp-install-host-gmp
@@ -677,6 +677,7 @@ stmp-config-host-ppl: config.status stmp-install-host-gmp
cd ${PPL_VERSION} ; \
export CFLAGS="${CFLAGS} -I$(GMP_DIR)/include" ; \
export CXXFLAGS="${CFLAGS} -I$(GMP_DIR)/include" ; \
+ export LDFLAGS="${LDFLAGS} -L$(GMP_DIR)/lib" ; \
$(call find-package-srcdir, ${PPL_VERSION})/configure \
$(PPL_CONFIG_ARGS)) && \
$(STAMP) $@