summaryrefslogtreecommitdiffstats
path: root/webkit/parallel-make-hack.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-17 23:35:26 +0000
committerpiernov <piernov@piernov.org>2012-03-17 23:35:26 +0000
commit7451a8c35eb879ecaa9f59509e8f8b06e472719a (patch)
tree2c80d7e4a4a1d62589720d59f7148d58e9d8fe02 /webkit/parallel-make-hack.patch
parentc9b755efb41e61007722233afb6444e1559b0322 (diff)
downloadnutyx-extra-7451a8c35eb879ecaa9f59509e8f8b06e472719a.tar.gz
nutyx-extra-7451a8c35eb879ecaa9f59509e8f8b06e472719a.tar.bz2
nutyx-extra-7451a8c35eb879ecaa9f59509e8f8b06e472719a.tar.xz
nutyx-extra-7451a8c35eb879ecaa9f59509e8f8b06e472719a.zip
webkit 1.7.91-1 màj port
Diffstat (limited to 'webkit/parallel-make-hack.patch')
-rw-r--r--webkit/parallel-make-hack.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/webkit/parallel-make-hack.patch b/webkit/parallel-make-hack.patch
new file mode 100644
index 000000000..984f2ff6b
--- /dev/null
+++ b/webkit/parallel-make-hack.patch
@@ -0,0 +1,21 @@
+Horrible failure of a hack to enable workaround for
+https://bugs.webkit.org/show_bug.cgi?id=79498
+
+--- a/GNUmakefile.am
++++ b/GNUmakefile.am
+@@ -285,6 +285,15 @@
+ all-local: stamp-po
+ $(mkdir_p) $(top_builddir)/$(DEPDIR)/DerivedSources
+
++# Horrible hack to enable workaround for parallel make failure
++all-built-sources-local: $(BUILT_SOURCES) autotoolsconfig.h
++
++all-ltlibraries-local: GNUmakefile $(LTLIBRARIES)
++
++all-programs-local: GNUmakefile $(PROGRAMS)
++
++all-data-local: GNUmakefile $(DATA)
++
+ # remove built sources and program directories
+ clean-local:
+ -rm -rf $(GENPROGRAMS)