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

Collapse All | Expand All

(-)rpc2-2.0.orig/rpc2-src/Makefile.am (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
3
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
4
    -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
4
    -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
5
LDADD = librpc2.la libse.la $(LIBLWP)
5
LDADD = librpc2.la libse.la
6
6
7
pkginclude_HEADERS = sftp.h
7
pkginclude_HEADERS = sftp.h
8
noinst_HEADERS = rpc2.private.h test.h
8
noinst_HEADERS = rpc2.private.h test.h
Lines 14-20 Link Here
14
    lists.c ct.c debug.c conn.c cbuf.c ffs.c host.c multi1.c multi2.c \
14
    lists.c ct.c debug.c conn.c cbuf.c ffs.c host.c multi1.c multi2.c \
15
    multi3.c mkcall.c stats.c errors.c cbuf.h trace.h dllist.c rpc2_addrinfo.c \
15
    multi3.c mkcall.c stats.c errors.c cbuf.h trace.h dllist.c rpc2_addrinfo.c \
16
    compat.c
16
    compat.c
17
librpc2_la_LIBADD = $(top_builddir)/secure/libsecure.la
17
librpc2_la_LIBADD = $(top_builddir)/secure/libsecure.la $(LIBLWP)
18
librpc2_la_LDFLAGS = -version-info $(LIBTOOL_VERSION)
18
librpc2_la_LDFLAGS = -version-info $(LIBTOOL_VERSION)
19
19
20
libse_la_SOURCES = sftp1.c sftp2.c sftp3.c sftp4.c sftp5.c sftp6.c
20
libse_la_SOURCES = sftp1.c sftp2.c sftp3.c sftp4.c sftp5.c sftp6.c

Return to bug 248074