From: Felix Fietkau Date: Sun, 8 Jan 2012 23:43:39 +0000 (+0000) Subject: jamvm: disable shared library, use the non-pic variant - makes the package much smaller X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0c5b64d88e47850ef49aec5529170f63c557d505;p=openwrt%2Fsvn-archive%2Farchive.git jamvm: disable shared library, use the non-pic variant - makes the package much smaller SVN-Revision: 29700 --- diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index 374b14658e..77dadeb649 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -44,7 +44,9 @@ endef CONFIGURE_ARGS += \ --with-java-runtime-library=gnuclasspath \ --with-classpath-install-dir=/usr \ - --disable-int-inlining + --disable-int-inlining \ + --disable-shared \ + --without-pic MAKE_FLAGS += \ GLIBJ_ZIP=$(STAGING_DIR)/usr/share/classpath/glibj.zip @@ -53,7 +55,6 @@ define Package/jamvm/install $(INSTALL_DIR) $(1)/usr $(CP) \ $(PKG_INSTALL_DIR)/usr/bin \ - $(PKG_INSTALL_DIR)/usr/lib \ $(PKG_INSTALL_DIR)/usr/share \ $(1)/usr/ endef