diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-08 22:20:32 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-08 22:20:32 +0200 |
commit | 4e3ef28c3656369f49907fbfd25440b3b57e4614 (patch) | |
tree | 2635791af67c1bfea3d2d7dfb309811f4768ac62 /recipes/gsoap/gsoap-native/use-just-built-binary-2.7.13.patch | |
parent | f5fa15933e241729b37b8bd9868bd575e974c90b (diff) | |
parent | 3bd414d3c7b94d691e289eaa642082856df7f190 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gsoap/gsoap-native/use-just-built-binary-2.7.13.patch')
-rw-r--r-- | recipes/gsoap/gsoap-native/use-just-built-binary-2.7.13.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gsoap/gsoap-native/use-just-built-binary-2.7.13.patch b/recipes/gsoap/gsoap-native/use-just-built-binary-2.7.13.patch new file mode 100644 index 0000000000..25a8ef0db1 --- /dev/null +++ b/recipes/gsoap/gsoap-native/use-just-built-binary-2.7.13.patch @@ -0,0 +1,12 @@ +diff -urN gsoap-2.7.orig/gsoap/wsdl/Makefile.am gsoap-2.7.orig/gsoap/wsdl/Makefile.am +--- gsoap-2.7.orig/gsoap/wsdl/Makefile.am 2009-03-21 22:24:42.000000000 +0100 ++++ gsoap-2.7.orig/gsoap/wsdl/Makefile.am 2009-04-07 11:30:50.000000000 +0200 +@@ -17,7 +17,7 @@ BUILT_SOURCES=$(SOAP_CPP_SRC) + # WSDL2H_EXTRA_LIBS=-lssl -lcrypto -lz # defined in configure.in + + $(SOAP_CPP_SRC) : $(SOAPHEADER) +- $(SOAP) $(SOAP_FLAGS) $(SOAPHEADER) ++ ../src/soapcpp2 $(SOAP_FLAGS) $(SOAPHEADER) + + #LIBS= + |