[packages/w3m] fix intermittent parallel build failures

atler atler at pld-linux.org
Mon Sep 18 14:30:39 CEST 2023


commit 19227f52bb17d38cef6661c0b12cb64659d62c59
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Sep 18 13:39:27 2023 +0200

    fix intermittent parallel build failures

 parallel-build.patch | 11 +++++++++++
 w3m.spec             |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/w3m.spec b/w3m.spec
index fa13a36..bc73cfd 100644
--- a/w3m.spec
+++ b/w3m.spec
@@ -27,6 +27,7 @@ Patch7:		openssl.patch
 Patch8:		%{name}-configure.patch
 Patch9:		%{name}-x11.patch
 Patch10:	imlib2-pc.patch
+Patch11:	parallel-build.patch
 URL:		http://w3m.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -105,6 +106,7 @@ na linuksowym framebufferze.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %{__sed} '/^AC_PROG_CXX$/d' -i configure.ac
 
diff --git a/parallel-build.patch b/parallel-build.patch
new file mode 100644
index 0000000..4bcff20
--- /dev/null
+++ b/parallel-build.patch
@@ -0,0 +1,11 @@
+--- w3m-0.5.3/Makefile.in.orig	2011-01-04 10:22:18.000000000 +0100
++++ w3m-0.5.3/Makefile.in	2023-09-18 13:35:32.715518024 +0200
+@@ -250,7 +250,7 @@
+ 	 (cd $$subdir && $(MAKE) install); \
+ 	done
+ 
+-all-scripts:
++all-scripts: funcname.tab
+ 	for dir in $(SCRIPTSUBDIRS);	\
+ 	do	\
+ 		(cd $$dir && $(MAKE) $(MAKE_ARGS)); \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/w3m.git/commitdiff/19227f52bb17d38cef6661c0b12cb64659d62c59



More information about the pld-cvs-commit mailing list