JavaScriptCore reqiures calling <make> before <make install>, otherwise it doesn't get compiled

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21878 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2010-06-22 10:04:49 +00:00
parent 2c85a1e7d6
commit bda2ee3fe8

View File

@ -290,6 +290,8 @@ define Build/Configure
endef
define Build/Compile
# just passing <make install> results in not building 3rdparty/webkit/JavaScriptCore
$(MAKE) -C $(PKG_BUILD_DIR)
INSTALL_ROOT=$(PKG_INSTALL_DIR) \
$(MAKE) -C $(PKG_BUILD_DIR) install
endef