summaryrefslogtreecommitdiffstats
path: root/development/gsoap/gsoap-libtool.patch
diff options
context:
space:
mode:
author Heinz Wiesinger2016-12-27 16:41:13 +0100
committer Willy Sudiarto Raharjo2016-12-31 02:22:47 +0100
commit5c457140c85a9aaf48298a449676fe2743aaac2f (patch)
tree4489c00d978644437ad0fa93f6197cbee2562797 /development/gsoap/gsoap-libtool.patch
parentcc4a29f143bbb4c5b9504c23c0b2bfcca61306e1 (diff)
downloadslackbuilds-5c457140c85a9aaf48298a449676fe2743aaac2f.tar.gz
development/gsoap: Updated for version 2.8.40.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/gsoap/gsoap-libtool.patch')
-rw-r--r--development/gsoap/gsoap-libtool.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/gsoap/gsoap-libtool.patch b/development/gsoap/gsoap-libtool.patch
index a7563d2303..87a9fcefdf 100644
--- a/development/gsoap/gsoap-libtool.patch
+++ b/development/gsoap/gsoap-libtool.patch
@@ -20,10 +20,10 @@ diff -ur gsoap-2.8.orig/configure.ac gsoap-2.8/configure.ac
else
AC_MSG_RESULT(no)
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
- # an ugly hack to get httpda and md5evp plugins to conditionally
+ # an ugly hack to get httpda and smdevp plugins to conditionally
# compile with wsdl2h when OPENSSL is available
-- WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} ../plugin/httpda.c ../plugin/md5evp.c ../plugin/threads.c -lssl -lcrypto -lz"
-+ WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} ../plugin/httpda.c ../plugin/md5evp.c ../plugin/threads.c -lcrypto"
+- WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} ../plugin/httpda.c ../plugin/smdevp.c ../plugin/threads.c -lssl -lcrypto -lz"
++ WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} ../plugin/httpda.c ../plugin/smdevp.c ../plugin/threads.c -lcrypto"
SAMPLE_INCLUDES=
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"