Jan Engelhardt 2017-12-13 09:59:18 +00:00 committed by Git OBS Bridge
parent 24a12fcd65
commit 242e769bc9
2 changed files with 26 additions and 26 deletions

View File

@ -16,10 +16,10 @@ build: always use shared libraries
gsoap/gsoapssl.sym | 1 + gsoap/gsoapssl.sym | 1 +
10 files changed, 40 insertions(+), 18 deletions(-) 10 files changed, 40 insertions(+), 18 deletions(-)
Index: soap/configure.ac Index: gsoap-2.8.57/configure.ac
=================================================================== ===================================================================
--- soap.orig/configure.ac --- gsoap-2.8.57.orig/configure.ac
+++ soap/configure.ac +++ gsoap-2.8.57/configure.ac
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O @@ -15,8 +15,8 @@ AM_PROG_CC_C_O
AM_PROG_LEX AM_PROG_LEX
AC_PROG_YACC AC_PROG_YACC
@ -58,10 +58,10 @@ Index: soap/configure.ac
fi fi
AM_CONDITIONAL(WITH_OPENSSL, test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes") AM_CONDITIONAL(WITH_OPENSSL, test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes")
AC_SUBST(WITH_OPENSSL) AC_SUBST(WITH_OPENSSL)
Index: soap/gsoap/Makefile.am Index: gsoap-2.8.57/gsoap/Makefile.am
=================================================================== ===================================================================
--- soap.orig/gsoap/Makefile.am --- gsoap-2.8.57.orig/gsoap/Makefile.am
+++ soap/gsoap/Makefile.am +++ gsoap-2.8.57/gsoap/Makefile.am
@@ -34,20 +34,34 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp @@ -34,20 +34,34 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
dom_cpp.cpp: dom.cpp dom_cpp.cpp: dom.cpp
$(LN_S) -f $(top_srcdir)/gsoap/dom.cpp dom_cpp.cpp $(LN_S) -f $(top_srcdir)/gsoap/dom.cpp dom_cpp.cpp
@ -110,51 +110,51 @@ Index: soap/gsoap/Makefile.am
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp stdsoap2_ck.c stdsoap2_ck_cpp.cpp stdsoap2_ssl.c stdsoap2_ssl_cpp.cpp BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp stdsoap2_ck.c stdsoap2_ck_cpp.cpp stdsoap2_ssl.c stdsoap2_ssl_cpp.cpp
Index: soap/gsoap/gsoap++.sym Index: gsoap-2.8.57/gsoap/gsoap++.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ soap/gsoap/gsoap++.sym +++ gsoap-2.8.57/gsoap/gsoap++.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPXX { global: *; }; +GSOAPXX { global: *; };
Index: soap/gsoap/gsoap.sym Index: gsoap-2.8.57/gsoap/gsoap.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ soap/gsoap/gsoap.sym +++ gsoap-2.8.57/gsoap/gsoap.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAP { global: *; }; +GSOAP { global: *; };
Index: soap/gsoap/gsoapck++.sym Index: gsoap-2.8.57/gsoap/gsoapck++.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ soap/gsoap/gsoapck++.sym +++ gsoap-2.8.57/gsoap/gsoapck++.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPCKXX { global: *; }; +GSOAPCKXX { global: *; };
Index: soap/gsoap/gsoapck.sym Index: gsoap-2.8.57/gsoap/gsoapck.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ soap/gsoap/gsoapck.sym +++ gsoap-2.8.57/gsoap/gsoapck.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPCK { global: *; }; +GSOAPCK { global: *; };
Index: soap/gsoap/gsoapckssl++.sym Index: gsoap-2.8.57/gsoap/gsoapckssl++.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ soap/gsoap/gsoapckssl++.sym +++ gsoap-2.8.57/gsoap/gsoapckssl++.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPCKSSLXX { global: *; }; +GSOAPCKSSLXX { global: *; };
Index: soap/gsoap/gsoapckssl.sym Index: gsoap-2.8.57/gsoap/gsoapckssl.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ soap/gsoap/gsoapckssl.sym +++ gsoap-2.8.57/gsoap/gsoapckssl.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPCKSSL { global: *; }; +GSOAPCKSSL { global: *; };
Index: soap/gsoap/gsoapssl++.sym Index: gsoap-2.8.57/gsoap/gsoapssl++.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ soap/gsoap/gsoapssl++.sym +++ gsoap-2.8.57/gsoap/gsoapssl++.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPSSLXX { global: *; }; +GSOAPSSLXX { global: *; };
Index: soap/gsoap/gsoapssl.sym Index: gsoap-2.8.57/gsoap/gsoapssl.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ soap/gsoap/gsoapssl.sym +++ gsoap-2.8.57/gsoap/gsoapssl.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPSSL { global: *; }; +GSOAPSSL { global: *; };

View File

@ -7,11 +7,11 @@ automake-1.13 has finally removed AM_CONFIG_HEADER.
configure.ac | 3 +-- configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-) 1 file changed, 1 insertion(+), 2 deletions(-)
Index: gsoap-2.8.14/configure.ac Index: gsoap-2.8.57/configure.ac
=================================================================== ===================================================================
--- gsoap-2.8.14.orig/configure.ac --- gsoap-2.8.57.orig/configure.ac
+++ gsoap-2.8.14/configure.ac +++ gsoap-2.8.57/configure.ac
@@ -4,8 +4,7 @@ AM_INIT_AUTOMAKE(gsoap, 2.8) @@ -4,8 +4,7 @@ AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([gsoap/stdsoap2.cpp]) AC_CONFIG_SRCDIR([gsoap/stdsoap2.cpp])
AC_CANONICAL_HOST AC_CANONICAL_HOST