jamvm: disable shared library, use the non-pic variant - makes the package much smaller
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29700 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9fec165593
commit
a430e301f4
@ -44,7 +44,9 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-java-runtime-library=gnuclasspath \
|
--with-java-runtime-library=gnuclasspath \
|
||||||
--with-classpath-install-dir=/usr \
|
--with-classpath-install-dir=/usr \
|
||||||
--disable-int-inlining
|
--disable-int-inlining \
|
||||||
|
--disable-shared \
|
||||||
|
--without-pic
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
GLIBJ_ZIP=$(STAGING_DIR)/usr/share/classpath/glibj.zip
|
GLIBJ_ZIP=$(STAGING_DIR)/usr/share/classpath/glibj.zip
|
||||||
@ -53,7 +55,6 @@ define Package/jamvm/install
|
|||||||
$(INSTALL_DIR) $(1)/usr
|
$(INSTALL_DIR) $(1)/usr
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/bin \
|
$(PKG_INSTALL_DIR)/usr/bin \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/share \
|
$(PKG_INSTALL_DIR)/usr/share \
|
||||||
$(1)/usr/
|
$(1)/usr/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user