- Include SSL libraries in the link to reduce undefined symbols

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=39
This commit is contained in:
Jan Engelhardt 2015-04-23 10:59:13 +00:00 committed by Git OBS Bridge
parent 387da89aa4
commit b2391805b5
3 changed files with 11 additions and 4 deletions

View File

@ -5,10 +5,10 @@ build: always use shared libraries
---
configure.ac | 10 +++++-----
gsoap/Makefile.am | 32 +++++++++++++++++++-------------
gsoap/Makefile.am | 34 +++++++++++++++++++++-------------
gsoap/samples/autotest/Makefile.am | 2 +-
gsoap/samples/databinding/Makefile.am | 2 +-
4 files changed, 26 insertions(+), 20 deletions(-)
4 files changed, 28 insertions(+), 20 deletions(-)
Index: gsoap-2.8.21/configure.ac
===================================================================
@ -56,7 +56,7 @@ Index: gsoap-2.8.21/gsoap/Makefile.am
===================================================================
--- gsoap-2.8.21.orig/gsoap/Makefile.am
+++ gsoap-2.8.21/gsoap/Makefile.am
@@ -34,20 +34,26 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
@@ -34,20 +34,28 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
dom_cpp.cpp: dom.cpp
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
@ -90,9 +90,11 @@ Index: gsoap-2.8.21/gsoap/Makefile.am
+libgsoapssl_la_SOURCES = stdsoap2_ssl.c dom.c
+libgsoapssl_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM
+libgsoapssl_la_LDFLAGS = ${libgsoap_la_LDFLAGS}
+libgsoapssl_la_LIBADD = ${SAMPLE_SSL_LIBS}
+libgsoapssl___la_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp
+libgsoapssl___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM
+libgsoapssl___la_LDFLAGS = ${libgsoap_la_LDFLAGS}
+libgsoapssl___la_LIBADD = ${SAMPLE_SSL_LIBS}
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 23 10:59:00 UTC 2015 - jengelh@inai.de
- Include SSL libraries in the link to reduce undefined symbols
-------------------------------------------------------------------
Thu Jan 15 18:34:35 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gsoap
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed