Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426990 | Differences between
and this patch

Collapse All | Expand All

(-)gsoap/samples/chaining/chaining.c.orig (+2 lines)
Lines 45-50 Link Here
45
#include "q.nsmap"
45
#include "q.nsmap"
46
#include "c.nsmap"
46
#include "c.nsmap"
47
47
48
#include <math.h>
49
48
/* A dummy global table, to keep the linker happy */
50
/* A dummy global table, to keep the linker happy */
49
struct Namespace namespaces[] = { {NULL} };
51
struct Namespace namespaces[] = { {NULL} };
50
52
(-)gsoap/samples/chaining/Makefile.am.orig (+1 lines)
Lines 23-25 Link Here
23
23
24
chaining_SOURCES = chaining.c quote.h calc.h env.h qServerLib.c cServerLib.c envC.c
24
chaining_SOURCES = chaining.c quote.h calc.h env.h qServerLib.c cServerLib.c envC.c
25
chaining_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
25
chaining_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
26
chaining_CFLAGS = -lm $(AM_CFLAGS)

Return to bug 426990