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

Collapse All | Expand All

(-)ndmp-src/Makefile.am.orig (-2 / +7 lines)
Lines 71-77 Link Here
71
71
72
INCLUDES =	-I$(top_builddir)/common-src \
72
INCLUDES =	-I$(top_builddir)/common-src \
73
		-I$(top_srcdir)/common-src   \
73
		-I$(top_srcdir)/common-src   \
74
		-I$(top_srcdir)/gnulib
74
		-I$(top_srcdir)/gnulib \
75
                -I/usr/include/tirpc
75
76
76
# TODO: use existing md5 facility? (openssl?)
77
# TODO: use existing md5 facility? (openssl?)
77
78
Lines 96-101 Link Here
96
	libndmlib.la \
97
	libndmlib.la \
97
	libndmjob.la
98
	libndmjob.la
98
99
100
amlib_LDFLAGS = -ltirpc
101
99
libndmjla = \
102
libndmjla = \
100
	ndma_comm_job.c \
103
	ndma_comm_job.c \
101
	ndma_comm_session.c \
104
	ndma_comm_session.c \
Lines 144-149 Link Here
144
	ndml_stzf.c \
147
	ndml_stzf.c \
145
	ndml_util.c
148
	ndml_util.c
146
149
150
libndmjll_LDFLAGS = -ltirpc
151
147
libndmjlp = \
152
libndmjlp = \
148
	ndmprotocol.c \
153
	ndmprotocol.c \
149
	ndmp_translate.c \
154
	ndmp_translate.c \
Lines 166-172 Link Here
166
	ndmos.c \
171
	ndmos.c \
167
	ndmos_common.c
172
	ndmos_common.c
168
173
169
libndmlib_la_LDFLAGS = -release $(VERSION) $(AS_NEEDED_FLAGS)
174
libndmlib_la_LDFLAGS = -release $(VERSION) $(AS_NEEDED_FLAGS) -ltirpc
170
libndmlib_la_SOURCES = \
175
libndmlib_la_SOURCES = \
171
	$(libndmjll) \
176
	$(libndmjll) \
172
	$(libndmjlp) \
177
	$(libndmjlp) \
(-)ndmp-src/ndmos_glib.h.orig (-4 lines)
Lines 45-55 Link Here
45
 */
45
 */
46
46
47
#include "amanda.h"
47
#include "amanda.h"
48
#ifdef HAVE_RPC_RPC_H
49
#include <rpc/rpc.h>
48
#include <rpc/rpc.h>
50
#else
51
#error rpc/rpc.h is required to compile ndmp-src
52
#endif
53
49
54
50
55
/* this may need to be autodetected, or NDMOS_MACRO_SET_SOCKADDR may need to be
51
/* this may need to be autodetected, or NDMOS_MACRO_SET_SOCKADDR may need to be

Return to bug 656340