summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/webkit/webkit.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
index 99a90b982a..eb1547bba6 100644
--- a/package/webkit/webkit.mk
+++ b/package/webkit/webkit.mk
@@ -15,6 +15,9 @@ WEBKIT_DEPENDENCIES = host-ruby host-flex host-bison host-gperf enchant harfbuzz
WEBKIT_AUTORECONF = YES
WEBKIT_AUTORECONF_OPT = -I $(@D)/Source/autotools
+# parallel make install deadlocks with make 3.81
+WEBKIT_INSTALL_STAGING_OPT = -j1 DESTDIR=$(STAGING_DIR) install
+
# Does not build and it's disabled by default
# in newer releases
define DISABLE_INDEXED_DATABASE
OpenPOWER on IntegriCloud