From: Nicolas Thill Date: Wed, 7 Jan 2015 00:56:28 +0000 (+0100) Subject: classpath: force use of target gmp lib X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e52372940ebed7dbedb45401539fdb0f55732e80;p=feed%2Fpackages.git classpath: force use of target gmp lib Signed-off-by: Nicolas Thill --- 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 \