summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-09-27 17:51:27 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-09-27 19:50:13 +0200
commite035a4bf9fbd9853270a0a665ea80f59009b060d (patch)
treef6912eeaa800080192483d58c62802fe88e7a88f /net-libs/gsoap/files
parentpackage.mask: Last rite virtual/python-pmw (diff)
downloadgentoo-e035a4bf9fbd9853270a0a665ea80f59009b060d.tar.gz
gentoo-e035a4bf9fbd9853270a0a665ea80f59009b060d.tar.bz2
gentoo-e035a4bf9fbd9853270a0a665ea80f59009b060d.zip
net-libs/gsoap: bump to v2.8.93
- Use proper autotools magic to address fatal error: soapcpp2_yacc.h: No such file or directory error. - Previous change will ensure that we will respect CFLAGS for soapcpp2. Fixes 6526a590e ("net-libs/gsoap: Fixed parallel make issue.") Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-libs/gsoap/files')
-rw-r--r--net-libs/gsoap/files/gsoap-2.8.93-fix-parallel-build.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-libs/gsoap/files/gsoap-2.8.93-fix-parallel-build.patch b/net-libs/gsoap/files/gsoap-2.8.93-fix-parallel-build.patch
new file mode 100644
index 000000000000..27e2a94d14e5
--- /dev/null
+++ b/net-libs/gsoap/files/gsoap-2.8.93-fix-parallel-build.patch
@@ -0,0 +1,17 @@
+--- a/gsoap/src/Makefile.am
++++ b/gsoap/src/Makefile.am
+@@ -10,11 +10,13 @@ AUTOMAKE_OPTIONS = foreign 1.4
+ AM_YFLAGS=-d -v
+ AM_LFLAGS=$(LEX_FLAGS)
+
++BUILT_SOURCES = soapcpp2_yacc.h
++
+ bin_PROGRAMS=soapcpp2
+
+ soapcpp2_CFLAGS=$(BISON_DEFINE) $(LEX_DEFINE) $(C_DEBUG_FLAGS) $(SOAPCPP2_IMPORTPATH) -D$(platform)
+ soapcpp2_LDADD=$(YACC_LIB) $(LEXLIB)
+-soapcpp2_SOURCES= soapcpp2_yacc.y soapcpp2_yacc.h soapcpp2_lex.l symbol2.c error2.c init2.c soapcpp2.c
++soapcpp2_SOURCES= soapcpp2_yacc.y soapcpp2_lex.l symbol2.c error2.c init2.c soapcpp2.c
+
+ CLEANFILES= *~ soapcpp2_lex.c soapcpp2_yacc.c soapcpp2_yacc.h soapcpp2_yacc.output
+