From: Mirko Vogt Date: Tue, 22 Jun 2010 10:04:49 +0000 (+0000) Subject: JavaScriptCore reqiures calling before , otherwise it doesn... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4f1606b3a83e0560e7e863bde2efcf51ca1d9994;p=openwrt%2Fsvn-archive%2Farchive.git JavaScriptCore reqiures calling before , otherwise it doesn't get compiled SVN-Revision: 21878 --- diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index eb60a5e286..14ce7ea75e 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -290,6 +290,8 @@ define Build/Configure endef define Build/Compile + # just passing results in not building 3rdparty/webkit/JavaScriptCore + $(MAKE) -C $(PKG_BUILD_DIR) INSTALL_ROOT=$(PKG_INSTALL_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) install endef