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

Collapse All | Expand All

(-)amanda-2.5.2_p1.orig/tape-src/Makefile.am (+2 lines)
Lines 20-25 libamtape_la_SOURCES = output-file.c \ Link Here
20
20
21
libamtape_la_LDFLAGS =  -release $(VERSION)
21
libamtape_la_LDFLAGS =  -release $(VERSION)
22
22
23
libamtape_la_LIBADD = ../common-src/libamanda.la
24
23
###
25
###
24
# Because libamanda includes routines (e.g. regex) provided by some system
26
# Because libamanda includes routines (e.g. regex) provided by some system
25
# libraries, and because of the way libtool sets up the command line, we
27
# libraries, and because of the way libtool sets up the command line, we
(-)amanda-2.5.2_p1.orig/server-src/Makefile.am (+2 lines)
Lines 36-41 libamserver_la_SOURCES= amindex.c change Link Here
36
36
37
libamserver_la_LDFLAGS= -release $(VERSION)
37
libamserver_la_LDFLAGS= -release $(VERSION)
38
38
39
libamserver_la_LIBADD = ../tape-src/libamtape.la
40
39
###
41
###
40
# Because libamanda includes routines (e.g. regex) provided by some system
42
# Because libamanda includes routines (e.g. regex) provided by some system
41
# libraries, and because of the way libtool sets up the command line, we
43
# libraries, and because of the way libtool sets up the command line, we

Return to bug 212970