summaryrefslogtreecommitdiff
path: root/package/webkit
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2013-10-21 14:25:29 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-10-22 16:29:07 +0200
commita6e5afc3cc782feda7e7153c8d01c9a7451ba33a (patch)
tree17f10b294571d7977b5cd931bba12f05a958b0ab /package/webkit
parentf826e851c870039189d1a4d2b8074a0aa9de01e6 (diff)
webkit: fix target install
Commit 33a9d34ff375ec0c0389c9af6bc499a8dd7ccbc9 fixed the staging install for webkit, which was hanging due to deadlock during parallel make install. This problem also afflicts the target install, which is fixed by this patch. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/webkit')
-rw-r--r--package/webkit/webkit.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
index eb1547bba..21b535ffe 100644
--- a/package/webkit/webkit.mk
+++ b/package/webkit/webkit.mk
@@ -17,6 +17,7 @@ WEBKIT_AUTORECONF_OPT = -I $(@D)/Source/autotools
# parallel make install deadlocks with make 3.81
WEBKIT_INSTALL_STAGING_OPT = -j1 DESTDIR=$(STAGING_DIR) install
+WEBKIT_INSTALL_TARGET_OPT = -j1 DESTDIR=$(TARGET_DIR) install
# Does not build and it's disabled by default
# in newer releases