Fix libart build.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12486 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-09-02 02:25:19 +00:00
parent bc1c8cfa43
commit 28f39b68f2

View File

@ -43,12 +43,11 @@ define Build/Configure
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \
, \ , \
HOSTCC="$(HOSTCC)" \
) )
endef endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) $(MAKE) -C $(PKG_BUILD_DIR) HOSTCC="$(HOSTCC)"
$(MAKE) -C $(PKG_BUILD_DIR) install DESTDIR="$(PKG_INSTALL_DIR)" $(MAKE) -C $(PKG_BUILD_DIR) install DESTDIR="$(PKG_INSTALL_DIR)"
endef endef