Преглед на файлове

classpath: force use of target gmp lib

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill преди 10 години
родител
ревизия
e52372940e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      libs/classpath/Makefile

+ 1
- 0
libs/classpath/Makefile Целия файл

@@ -51,6 +51,7 @@ endef
51 51
 $(eval $(call Download,antlr))
52 52
 
53 53
 CONFIGURE_ARGS += \
54
+	--with-gmp="$(STAGING_DIR)/usr" \
54 55
 	--without-x \
55 56
 	--disable-gtk-peer \
56 57
 	--disable-qt-peer \