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:
parent
2c85a1e7d6
commit
bda2ee3fe8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user