From: mirko Date: Tue, 22 Jun 2010 10:04:49 +0000 (+0000) Subject: JavaScriptCore reqiures calling before , otherwise it doesn... X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=bda2ee3fe8cb5a9338e6603bd9b863d3c4d7753e;p=packages.git JavaScriptCore reqiures calling before , otherwise it doesn't get compiled git-svn-id: svn://svn.openwrt.org/openwrt/packages@21878 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index eb60a5e28..14ce7ea75 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