net-libs/gsoap: Fixed parallel make issue.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 18 Oct 2018 10:50:24 +0000 (12:50 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 18 Oct 2018 10:50:45 +0000 (12:50 +0200)
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

net-libs/gsoap/files/gsoap-2.8.70-parallel.patch [new file with mode: 0644]
net-libs/gsoap/gsoap-2.8.70.ebuild

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 (file)
index 0000000..8abd36d
--- /dev/null
@@ -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
index 0abfb9e600cb6873e3664a6a1f0103f00459287e..f09037b2e0fd571fdcf9a41a2c800b0a3d57ab2c 100644 (file)
@@ -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