[packages/kannel] - fix parallel build

adamg adamg at pld-linux.org
Sat Sep 29 21:32:11 CEST 2018


commit 7911885dd7fa2f1e255755103c704573f7139704
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Sat Sep 29 21:32:03 2018 +0200

    - fix parallel build

 kannel-parallel-build.patch | 11 +++++++++++
 kannel.spec                 |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/kannel.spec b/kannel.spec
index 99e990a..c431956 100644
--- a/kannel.spec
+++ b/kannel.spec
@@ -20,6 +20,7 @@ Source2:	%{name}.sysconfig
 Source3:	%{name}.conf
 Patch0:		%{name}-bison.patch
 Patch1:		%{name}-openssl-1.1.0.patch
+Patch2:		%{name}-parallel-build.patch
 URL:		http://www.kannel.org/
 BuildRequires:	ImageMagick
 BuildRequires:	autoconf
@@ -86,6 +87,7 @@ Statyczna biblioteka %{name}.
 %setup -q -n gateway-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
diff --git a/kannel-parallel-build.patch b/kannel-parallel-build.patch
new file mode 100644
index 0000000..1b7e181
--- /dev/null
+++ b/kannel-parallel-build.patch
@@ -0,0 +1,11 @@
+--- gateway-1.4.5/Makefile.in~	2018-06-19 17:36:36.000000000 +0200
++++ gateway-1.4.5/Makefile.in	2018-09-29 21:28:44.484927713 +0200
+@@ -376,7 +376,7 @@
+ 		"@VERSION@" > gw-config
+ 	chmod 0755 gw-config
+ 
+-$(SUBDIRS):
++$(SUBDIRS): libgwlib.a
+ 	$(MAKE) -C $@ $(MAKECMDGOALS)
+ 	
+ am--refresh:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kannel.git/commitdiff/7911885dd7fa2f1e255755103c704573f7139704



More information about the pld-cvs-commit mailing list