From bda2ee3fe8cb5a9338e6603bd9b863d3c4d7753e Mon Sep 17 00:00:00 2001 From: mirko Date: Tue, 22 Jun 2010 10:04:49 +0000 Subject: [PATCH] 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 --- Xorg/lib/qt4/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0