]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-as_needed-fix.patch
- init var
[packages/util-linux.git] / util-linux-as_needed-fix.patch
1 diff -Nur util-linux-2.12r/configure util-linux-2.12r.as_needed-fix/configure
2 --- util-linux-2.12r/configure  2006-08-02 02:46:38.000000000 +0200
3 +++ util-linux-2.12r.as_needed-fix/configure    2006-08-02 02:46:40.000000000 +0200
4 @@ -445,7 +445,7 @@
5         echo "HAVE_NCURSES=no" >> make_include
6         echo "You don't have ncurses - I will not make ul and setterm."
7  else
8 -       echo "LIBCURSES=-lncurses" >> make_include
9 +       echo "LIBCURSES=-lncurses -ltinfo" >> make_include
10         echo "#define HAVE_ncurses" >> defines.h
11  fi
12  
This page took 0.062279 seconds and 3 git commands to generate.