projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c3a65
)
JavaScriptCore reqiures calling <make> before <make install>, otherwise it doesn...
author
Mirko Vogt
<mirko@openwrt.org>
Tue, 22 Jun 2010 10:04:49 +0000
(10:04 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Tue, 22 Jun 2010 10:04:49 +0000
(10:04 +0000)
SVN-Revision: 21878
Xorg/lib/qt4/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/qt4/Makefile
b/Xorg/lib/qt4/Makefile
index eb60a5e286e454855c048f56847ebedec214ccf1..14ce7ea75e55bc2e264ce7416ca289bfdf5a3bcc 100644
(file)
--- a/
Xorg/lib/qt4/Makefile
+++ b/
Xorg/lib/qt4/Makefile
@@
-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