Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 289724 Details for
Bug 285801
Review Request: simias - Collection-Oriented Data Storage
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
use system gsoap
simias-1.6.use_system_gsoap.patch (text/plain), 2.97 KB, created by
David Juran
on 2007-12-16 17:41:52 UTC
(
hide
)
Description:
use system gsoap
Filename:
MIME Type:
Creator:
David Juran
Created:
2007-12-16 17:41:52 UTC
Size:
2.97 KB
patch
obsolete
>diff -up simias-1.6/Makefile.am.system-gsoap simias-1.6/Makefile.am >--- simias-1.6/Makefile.am.system-gsoap 2007-07-10 17:28:14.000000000 +0300 >+++ simias-1.6/Makefile.am 2007-12-16 15:39:01.000000000 +0200 >@@ -7,7 +7,7 @@ dist-hook: > rm -rf `find $(distdir) -name CVS` > rm -rf `find $(distdir) -name ".svn"` > >-EXTRA_DIST = iFolder.snk tools/aclocal tools/gsoap external/libflaim external/log4net external/Mono.WebServer >+EXTRA_DIST = iFolder.snk tools/aclocal external/libflaim external/log4net external/Mono.WebServer > > all: > >diff -up simias-1.6/src/core/libsimias/Makefile.am.system-gsoap simias-1.6/src/core/libsimias/Makefile.am >--- simias-1.6/src/core/libsimias/Makefile.am.system-gsoap 2007-08-25 15:46:18.000000000 +0300 >+++ simias-1.6/src/core/libsimias/Makefile.am 2007-12-16 19:28:40.000000000 +0200 >@@ -14,7 +14,7 @@ lib_LTLIBRARIES = libsimias.la > override CFLAGS = > > libsimias_la_SOURCES = \ >- envC.c simiasClientLib.c stdsoap2.c simias.c simias.h simiasweb.c simiasweb.h >+ envC.c simiasClientLib.c simias.c simias.h simiasweb.c simiasweb.h > > libsimias_la_CFLAGS = \ > $(XML2_CFLAGS) -DWITH_NONAMESPACES -DWITH_COOKIES >@@ -22,21 +22,15 @@ libsimias_la_CFLAGS = \ > libsimias_la_LDFLAGS = \ > $(XML2_LIBS) > >-envC.c: $(srcdir)/stdsoap2.c >+envC.c: > > $(srcdir)/env.h >- $(GSOAP_PATH)/soapcpp2 -c -penv $(srcdir)/env.h >+ soapcpp2 -c -penv $(srcdir)/env.h > >-$(srcdir)/stdsoap2.c: >- make -C $(GSOAP_PATH)/src && cp $(GSOAP_PATH)/src/soapcpp2 $(GSOAP_PATH) >- make -C $(GSOAP_PATH)/wsdl && cp $(GSOAP_PATH)/wsdl/wsdl2h $(GSOAP_PATH) >- cp $(GSOAP_PATH)/stdsoap2.h $(srcdir) >- cp $(GSOAP_PATH)/stdsoap2.c $(srcdir) >- >-$(srcdir)/libsimias.h: $(srcdir)/stdsoap2.c $(SIMIAS_WSDL) >- $(GSOAP_PATH)/wsdl2h -c -o $@ $(SIMIAS_WSDL) >+$(srcdir)/libsimias.h: $(SIMIAS_WSDL) >+ wsdl2h -c -o $@ $(SIMIAS_WSDL) > > $(srcdir)/simiasClientLib.c: $(srcdir)/libsimias.h >- $(GSOAP_PATH)/soapcpp2 -c -n -psimias $(srcdir)/libsimias.h >+ soapcpp2 -c -n -psimias $(srcdir)/libsimias.h > > install-exec-hook: > if !WINDOWS >@@ -48,7 +42,6 @@ install-exec-local: > $(mkinstalldirs) $(DESTDIR)$(includedir) > $(INSTALL_PROGRAM) simiasStub.h $(DESTDIR)$(includedir)/simias > $(INSTALL_PROGRAM) simias.nsmap $(DESTDIR)$(includedir)/simias >- $(INSTALL_PROGRAM) stdsoap2.h $(DESTDIR)$(includedir)/simias > $(INSTALL_PROGRAM) simiasH.h $(DESTDIR)$(includedir)/simias > $(INSTALL_PROGRAM) simias.h $(DESTDIR)$(includedir)/simias > $(INSTALL_PROGRAM) simiasweb.h $(DESTDIR)$(includedir)/simias >@@ -56,13 +49,12 @@ install-exec-local: > uninstall-local: > rm -f $(DESTDIR)$(includedir)/simias/simiasStub.h > rm -f $(DESTDIR)$(includedir)/simias/simias.nsmap >- rm -f $(DESTDIR)$(includedir)/simias/stdsoap2.h > rm -f $(DESTDIR)$(includedir)/simias/simiasH.h > rm -f $(DESTDIR)$(includedir)/simias/simias.h > rm -f $(DESTDIR)$(includedir)/simias/simiasweb.h > > clean-local: >- rm -f stdsoap2.* *.xml simias.nsmap simiasC* simiasH* simiasS* env* soap* >+ rm -f *.xml simias.nsmap simiasC* simiasH* simiasS* env* soap* > rm -rf $(COMMON_CLEAN_FILES) > > distclean-local:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 285801
: 289724 |
289725
|
348006