From 4f1606b3a83e0560e7e863bde2efcf51ca1d9994 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Tue, 22 Jun 2010 10:04:49 +0000 Subject: [PATCH 1/1] JavaScriptCore reqiures calling before , otherwise it doesn't get compiled SVN-Revision: 21878 --- Xorg/lib/qt4/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2