lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e52372940ebed7dbedb45401539fdb0f55732e80
parent f662eff2dd82719acf0d21dbfec53148b7eef951
Author: Nicolas Thill <nico@openwrt.org>
Date:   Wed,  7 Jan 2015 01:56:28 +0100

classpath: force use of target gmp lib

Signed-off-by: Nicolas Thill <nico@openwrt.org>

Diffstat:
Mlibs/classpath/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 \