]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-as_needed-fix.patch
- init var
[packages/util-linux.git] / util-linux-as_needed-fix.patch
CommitLineData
e5e57593 1diff -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.037992 seconds and 4 git commands to generate.