summaryrefslogtreecommitdiff
path: root/recipes/gsoap/gsoap
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 14:26:30 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 14:26:30 +0000
commit0fa410aa02fa0532d24bcf0c6049112272189152 (patch)
tree2497bf742b7919cd4c019a14b930626616a9a064 /recipes/gsoap/gsoap
parentd102e25d54177af0db80f0127ffd23c6c3ab59c6 (diff)
gsoap: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/gsoap/gsoap')
-rw-r--r--recipes/gsoap/gsoap/rename_bogus_ldflags.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gsoap/gsoap/rename_bogus_ldflags.patch b/recipes/gsoap/gsoap/rename_bogus_ldflags.patch
new file mode 100644
index 0000000000..5e4a01c022
--- /dev/null
+++ b/recipes/gsoap/gsoap/rename_bogus_ldflags.patch
@@ -0,0 +1,12 @@
+diff -urN gsoap-2.7.orig/soapcpp2/wsdl/Makefile.am gsoap-2.7/soapcpp2/wsdl/Makefile.am
+--- gsoap-2.7.orig/soapcpp2/wsdl/Makefile.am 2005-07-15 21:04:42.000000000 +0000
++++ gsoap-2.7/soapcpp2/wsdl/Makefile.am 2009-04-06 14:22:23.000000000 +0000
+@@ -6,7 +6,7 @@
+ AUTOMAKE_OPTIONS = foreign 1.4
+
+ INCLUDES=-I$(top_builddir)/soapcpp2
+-LDFLAGS=$(INCLUDES)
++AM_LDFLAGS=$(INCLUDES)
+ SOAP=$(top_builddir)/soapcpp2/src/soapcpp2
+ SOAP_CPP_LIB=$(top_builddir)/soapcpp2/libgsoap++.a
+ SOAP_CPP_SRC=wsdlC.cpp