]> git.pld-linux.org Git - packages/amanda.git/blame - amanda-as_needed.patch
- 2.6.1p2
[packages/amanda.git] / amanda-as_needed.patch
CommitLineData
645d5645
JR
1--- amanda-2.6.0/config/amanda/readline.m4~ 2008-03-25 21:23:05.000000000 +0100
2+++ amanda-2.6.0/config/amanda/readline.m4 2008-05-07 13:30:33.000000000 +0200
3@@ -38,9 +38,9 @@
4 proceed="true"
5 ], [
6 AC_CHECK_LIB(ncurses, tgetent, [
7- READLINE_LIBS="-lncurses"
8+ READLINE_LIBS="-lncurses -ltinfo"
9 proceed="true"
10- ])
11+ ], [], [-ltinfo])
12 ])
13 ])
14
This page took 0.044323 seconds and 4 git commands to generate.