]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- ncurses need tinfo
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 8 May 2008 14:14:29 +0000 (14:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-as_needed.patch -> 1.3

amanda-as_needed.patch [new file with mode: 0644]

diff --git a/amanda-as_needed.patch b/amanda-as_needed.patch
new file mode 100644 (file)
index 0000000..2608233
--- /dev/null
@@ -0,0 +1,14 @@
+--- amanda-2.6.0/config/amanda/readline.m4~    2008-03-25 21:23:05.000000000 +0100
++++ amanda-2.6.0/config/amanda/readline.m4     2008-05-07 13:30:33.000000000 +0200
+@@ -38,9 +38,9 @@
+                 proceed="true"
+             ], [
+                 AC_CHECK_LIB(ncurses, tgetent, [
+-                    READLINE_LIBS="-lncurses"
++                    READLINE_LIBS="-lncurses -ltinfo"
+                     proceed="true"
+-                ])
++                ], [], [-ltinfo])
+             ])
+         ])
This page took 0.0353 seconds and 4 git commands to generate.