[gnome-continuous] Add the fribidi patch



commit 5e2c329db443f61e28de9aac7b482895c3f1cb48
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Feb 9 12:38:25 2018 +0000

    Add the fribidi patch
    
    Forgot to actually add the patch file in the previous commit.

 patches/fribidi-no-parallel.patch |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/patches/fribidi-no-parallel.patch b/patches/fribidi-no-parallel.patch
new file mode 100644
index 0000000..a6cccb0
--- /dev/null
+++ b/patches/fribidi-no-parallel.patch
@@ -0,0 +1,26 @@
+From 09693f2b85afbb47d49ab6488cdc90169a38d03c Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi <ebassi gnome org>
+Date: Fri, 9 Feb 2018 12:22:55 +0000
+Subject: [PATCH] Disable parallel builds
+
+The file generation blows up with too many build threads.
+---
+ Makefile.am | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index 5f4eb32..6d55d0b 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -71,5 +71,8 @@ $(gpg_file): $(sha256_file)
+ 
+ release-files: $(tar_file) $(sha256_file) $(gpg_file)
+ 
++# Disable parallel builds because file generation blows up with
++# too many threads
++.NOTPARALLEL:
+ 
+ -include $(top_srcdir)/git.mk
+-- 
+2.14.3
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]