- gsoap-01-sharedlibs.diff: add missing libssl link to libgsoapssl
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=104
This commit is contained in:
parent
2a60fc03c6
commit
b6df058c37
@ -5,7 +5,7 @@ build: always use shared libraries
|
||||
|
||||
---
|
||||
configure.ac | 10 ++++----
|
||||
gsoap/Makefile.am | 38 ++++++++++++++++++++++------------
|
||||
gsoap/Makefile.am | 40 ++++++++++++++++++++++------------
|
||||
gsoap/gsoap++.sym | 1
|
||||
gsoap/gsoap.sym | 1
|
||||
gsoap/gsoapck++.sym | 1
|
||||
@ -16,12 +16,12 @@ build: always use shared libraries
|
||||
gsoap/gsoapssl.sym | 1
|
||||
gsoap/samples/autotest/Makefile.am | 2 -
|
||||
gsoap/samples/databinding/Makefile.am | 2 -
|
||||
12 files changed, 40 insertions(+), 20 deletions(-)
|
||||
12 files changed, 42 insertions(+), 20 deletions(-)
|
||||
|
||||
Index: gsoap-2.8.49/configure.ac
|
||||
Index: gsoap-2.8.50/configure.ac
|
||||
===================================================================
|
||||
--- gsoap-2.8.49.orig/configure.ac
|
||||
+++ gsoap-2.8.49/configure.ac
|
||||
--- gsoap-2.8.50.orig/configure.ac
|
||||
+++ gsoap-2.8.50/configure.ac
|
||||
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O
|
||||
AM_PROG_LEX
|
||||
AC_PROG_YACC
|
||||
@ -60,11 +60,11 @@ Index: gsoap-2.8.49/configure.ac
|
||||
fi
|
||||
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
||||
AC_SUBST(WSDL2H_EXTRA_LIBS)
|
||||
Index: gsoap-2.8.49/gsoap/Makefile.am
|
||||
Index: gsoap-2.8.50/gsoap/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.49.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.49/gsoap/Makefile.am
|
||||
@@ -34,20 +34,32 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
||||
--- gsoap-2.8.50.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.50/gsoap/Makefile.am
|
||||
@@ -34,20 +34,34 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
||||
dom_cpp.cpp: dom.cpp
|
||||
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
|
||||
|
||||
@ -102,66 +102,68 @@ Index: gsoap-2.8.49/gsoap/Makefile.am
|
||||
+libgsoapssl_la_SOURCES = stdsoap2_ssl.c dom.c
|
||||
+libgsoapssl_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES
|
||||
+libgsoapssl_la_LDFLAGS = -release ${PACKAGE_VERSION} -Wl,--version-script=gsoapssl.sym
|
||||
+libgsoapssl_la_LIBADD = ${SAMPLE_SSL_LIBS}
|
||||
+EXTRA_libgsoapssl_la_DEPENDENCIES = gsoapssl.sym
|
||||
+libgsoapssl___la_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp
|
||||
+libgsoapssl___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES
|
||||
+libgsoapssl___la_LDFLAGS = -release ${PACKAGE_VERSION} -Wl,--version-script=gsoapssl++.sym
|
||||
+libgsoapssl___la_LIBADD = ${libgsoapssl_la_LIBADD}
|
||||
+EXTRA_libgsoapssl___la_DEPENDENCIES = gsoapssl++.sym
|
||||
|
||||
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp stdsoap2_ck.c stdsoap2_ck_cpp.cpp stdsoap2_ssl.c stdsoap2_ssl_cpp.cpp
|
||||
|
||||
Index: gsoap-2.8.49/gsoap/gsoap++.sym
|
||||
Index: gsoap-2.8.50/gsoap/gsoap++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.49/gsoap/gsoap++.sym
|
||||
+++ gsoap-2.8.50/gsoap/gsoap++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPXX { global: *; };
|
||||
Index: gsoap-2.8.49/gsoap/gsoap.sym
|
||||
Index: gsoap-2.8.50/gsoap/gsoap.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.49/gsoap/gsoap.sym
|
||||
+++ gsoap-2.8.50/gsoap/gsoap.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAP { global: *; };
|
||||
Index: gsoap-2.8.49/gsoap/gsoapck++.sym
|
||||
Index: gsoap-2.8.50/gsoap/gsoapck++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.49/gsoap/gsoapck++.sym
|
||||
+++ gsoap-2.8.50/gsoap/gsoapck++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKXX { global: *; };
|
||||
Index: gsoap-2.8.49/gsoap/gsoapck.sym
|
||||
Index: gsoap-2.8.50/gsoap/gsoapck.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.49/gsoap/gsoapck.sym
|
||||
+++ gsoap-2.8.50/gsoap/gsoapck.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCK { global: *; };
|
||||
Index: gsoap-2.8.49/gsoap/gsoapckssl++.sym
|
||||
Index: gsoap-2.8.50/gsoap/gsoapckssl++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.49/gsoap/gsoapckssl++.sym
|
||||
+++ gsoap-2.8.50/gsoap/gsoapckssl++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKSSLXX { global: *; };
|
||||
Index: gsoap-2.8.49/gsoap/gsoapckssl.sym
|
||||
Index: gsoap-2.8.50/gsoap/gsoapckssl.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.49/gsoap/gsoapckssl.sym
|
||||
+++ gsoap-2.8.50/gsoap/gsoapckssl.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKSSL { global: *; };
|
||||
Index: gsoap-2.8.49/gsoap/gsoapssl++.sym
|
||||
Index: gsoap-2.8.50/gsoap/gsoapssl++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.49/gsoap/gsoapssl++.sym
|
||||
+++ gsoap-2.8.50/gsoap/gsoapssl++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPSSLXX { global: *; };
|
||||
Index: gsoap-2.8.49/gsoap/gsoapssl.sym
|
||||
Index: gsoap-2.8.50/gsoap/gsoapssl.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.49/gsoap/gsoapssl.sym
|
||||
+++ gsoap-2.8.50/gsoap/gsoapssl.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPSSL { global: *; };
|
||||
Index: gsoap-2.8.49/gsoap/samples/autotest/Makefile.am
|
||||
Index: gsoap-2.8.50/gsoap/samples/autotest/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.49.orig/gsoap/samples/autotest/Makefile.am
|
||||
+++ gsoap-2.8.49/gsoap/samples/autotest/Makefile.am
|
||||
--- gsoap-2.8.50.orig/gsoap/samples/autotest/Makefile.am
|
||||
+++ gsoap-2.8.50/gsoap/samples/autotest/Makefile.am
|
||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-SL -T -I$(top_srcdir)/gsoap/
|
||||
WSDLINPUT=$(srcdir)/examples.wsdl
|
||||
SOAPHEADER=$(srcdir)/examples.h
|
||||
@ -171,10 +173,10 @@ Index: gsoap-2.8.49/gsoap/samples/autotest/Makefile.am
|
||||
|
||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
||||
Index: gsoap-2.8.49/gsoap/samples/databinding/Makefile.am
|
||||
Index: gsoap-2.8.50/gsoap/samples/databinding/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.49.orig/gsoap/samples/databinding/Makefile.am
|
||||
+++ gsoap-2.8.49/gsoap/samples/databinding/Makefile.am
|
||||
--- gsoap-2.8.50.orig/gsoap/samples/databinding/Makefile.am
|
||||
+++ gsoap-2.8.50/gsoap/samples/databinding/Makefile.am
|
||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-0 -CS -p address -I$(top_src
|
||||
WSDLINPUT=$(srcdir)/address.xsd
|
||||
SOAPHEADER=$(srcdir)/address.h
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 27 13:13:31 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- gsoap-01-sharedlibs.diff: add missing libssl link to libgsoapssl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 08:30:47 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user