From 6526a590e6e3706ae8ee6b639d629e9673932af2 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 18 Oct 2018 12:50:24 +0200 Subject: [PATCH] net-libs/gsoap: Fixed parallel make issue. Signed-off-by: Lars Wendler Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- net-libs/gsoap/files/gsoap-2.8.70-parallel.patch | 10 ++++++++++ net-libs/gsoap/gsoap-2.8.70.ebuild | 7 +++---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 net-libs/gsoap/files/gsoap-2.8.70-parallel.patch diff --git a/net-libs/gsoap/files/gsoap-2.8.70-parallel.patch b/net-libs/gsoap/files/gsoap-2.8.70-parallel.patch new file mode 100644 index 000000000000..8abd36d937c9 --- /dev/null +++ b/net-libs/gsoap/files/gsoap-2.8.70-parallel.patch @@ -0,0 +1,10 @@ +--- gsoap-2.8/gsoap/src/Makefile.am ++++ gsoap-2.8/gsoap/src/Makefile.am +@@ -5,6 +5,7 @@ + ## you have all needed files, that a GNU package needs + AUTOMAKE_OPTIONS = foreign 1.4 + ++include MakefileManual + + #LIBS= + AM_YFLAGS=-d -v diff --git a/net-libs/gsoap/gsoap-2.8.70.ebuild b/net-libs/gsoap/gsoap-2.8.70.ebuild index 0abfb9e600cb..f09037b2e0fd 100644 --- a/net-libs/gsoap/gsoap-2.8.70.ebuild +++ b/net-libs/gsoap/gsoap-2.8.70.ebuild @@ -39,6 +39,9 @@ PATCHES=( # Fix --enable-xlocale configure switch "${FILESDIR}/${PN}-2.8.70-xlocale_h.patch" + + # Fix parallel make + "${FILESDIR}/${PN}-2.8.70-parallel.patch" ) S="${WORKDIR}/${MY_P}" @@ -61,10 +64,6 @@ src_configure() { econf "${myeconfargs[@]}" } -src_compile() { - emake -j1 -} - src_install() { emake DESTDIR="${D}" install -- 2.26.2