]> git.pld-linux.org Git - packages/amanda.git/blame - amanda-as_needed.patch
outdated
[packages/amanda.git] / amanda-as_needed.patch
CommitLineData
9764c627
SS
1--- amanda-2.5.1p3/tape-src/Makefile.am.orig 2007-04-01 19:13:41.000000000 +0000
2+++ amanda-2.5.1p3/tape-src/Makefile.am 2007-04-01 19:16:05.000000000 +0000
3@@ -18,6 +18,7 @@
4 tapeio.c
5
6 libamtape_la_LDFLAGS = -release $(VERSION)
7+libamtape_la_LIBADD = ../common-src/libamanda.$(LIB_EXTENSION)
8
9 ###
10 # Because libamanda includes routines (e.g. regex) provided by some system
11--- amanda-2.5.1p3/server-src/Makefile.am.orig 2007-04-01 19:20:04.000000000 +0000
12+++ amanda-2.5.1p3/server-src/Makefile.am 2007-04-01 19:21:06.000000000 +0000
13@@ -34,6 +34,7 @@
14 taperscan.c
15
16 libamserver_la_LDFLAGS= -release $(VERSION)
17+libamserver_la_LIBADD = ../tape-src/libamtape.$(LIB_EXTENSION)
18
19 ###
20 # Because libamanda includes routines (e.g. regex) provided by some system
This page took 0.029768 seconds and 4 git commands to generate.