diff mbox

webkit: fix target install

Message ID 1382361929-11261-1-git-send-email-spdawson@gmail.com
State Accepted
Commit a6e5afc3cc782feda7e7153c8d01c9a7451ba33a
Headers show

Commit Message

Simon Dawson Oct. 21, 2013, 1:25 p.m. UTC
From: Simon Dawson <spdawson@gmail.com>

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>
---
 package/webkit/webkit.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Oct. 22, 2013, 2:29 p.m. UTC | #1
>>>>> "spdawson" == spdawson  <spdawson@gmail.com> writes:

 > From: Simon Dawson <spdawson@gmail.com>
 > 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.

Committed, thanks.
diff mbox

Patch

diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
index eb1547b..21b535f 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