From e52372940ebed7dbedb45401539fdb0f55732e80 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 7 Jan 2015 01:56:28 +0100 Subject: [PATCH] classpath: force use of target gmp lib Signed-off-by: Nicolas Thill --- libs/classpath/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/classpath/Makefile b/libs/classpath/Makefile index 480b887d35..273678e1e7 100644 --- a/libs/classpath/Makefile +++ b/libs/classpath/Makefile @@ -51,6 +51,7 @@ endef $(eval $(call Download,antlr)) CONFIGURE_ARGS += \ + --with-gmp="$(STAGING_DIR)/usr" \ --without-x \ --disable-gtk-peer \ --disable-qt-peer \