]> git.pld-linux.org Git - packages/kannel.git/commitdiff
- fix parallel build
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 29 Sep 2018 19:32:03 +0000 (21:32 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sat, 29 Sep 2018 19:32:03 +0000 (21:32 +0200)
kannel-parallel-build.patch [new file with mode: 0644]
kannel.spec

diff --git a/kannel-parallel-build.patch b/kannel-parallel-build.patch
new file mode 100644 (file)
index 0000000..1b7e181
--- /dev/null
@@ -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:
index 99e990a80046260226b493d840aa5fb1f5fb6273..c431956dd285c65ea3a45b30013201ffc87fa564 100644 (file)
@@ -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 .
This page took 0.519599 seconds and 4 git commands to generate.