Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gsoap/files/, net-libs/gsoap/
Date: Thu, 18 Oct 2018 10:50:55
Message-Id: 1539859845.6526a590e6e3706ae8ee6b639d629e9673932af2.polynomial-c@gentoo
1 commit: 6526a590e6e3706ae8ee6b639d629e9673932af2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 10:50:24 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 10:50:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6526a590
7
8 net-libs/gsoap: Fixed parallel make issue.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/gsoap/files/gsoap-2.8.70-parallel.patch | 10 ++++++++++
14 net-libs/gsoap/gsoap-2.8.70.ebuild | 7 +++----
15 2 files changed, 13 insertions(+), 4 deletions(-)
16
17 diff --git a/net-libs/gsoap/files/gsoap-2.8.70-parallel.patch b/net-libs/gsoap/files/gsoap-2.8.70-parallel.patch
18 new file mode 100644
19 index 00000000000..8abd36d937c
20 --- /dev/null
21 +++ b/net-libs/gsoap/files/gsoap-2.8.70-parallel.patch
22 @@ -0,0 +1,10 @@
23 +--- gsoap-2.8/gsoap/src/Makefile.am
24 ++++ gsoap-2.8/gsoap/src/Makefile.am
25 +@@ -5,6 +5,7 @@
26 + ## you have all needed files, that a GNU package needs
27 + AUTOMAKE_OPTIONS = foreign 1.4
28 +
29 ++include MakefileManual
30 +
31 + #LIBS=
32 + AM_YFLAGS=-d -v
33
34 diff --git a/net-libs/gsoap/gsoap-2.8.70.ebuild b/net-libs/gsoap/gsoap-2.8.70.ebuild
35 index 0abfb9e600c..f09037b2e0f 100644
36 --- a/net-libs/gsoap/gsoap-2.8.70.ebuild
37 +++ b/net-libs/gsoap/gsoap-2.8.70.ebuild
38 @@ -39,6 +39,9 @@ PATCHES=(
39
40 # Fix --enable-xlocale configure switch
41 "${FILESDIR}/${PN}-2.8.70-xlocale_h.patch"
42 +
43 + # Fix parallel make
44 + "${FILESDIR}/${PN}-2.8.70-parallel.patch"
45 )
46
47 S="${WORKDIR}/${MY_P}"
48 @@ -61,10 +64,6 @@ src_configure() {
49 econf "${myeconfargs[@]}"
50 }
51
52 -src_compile() {
53 - emake -j1
54 -}
55 -
56 src_install() {
57 emake DESTDIR="${D}" install