SOURCES: util-linux-as_needed-fix.patch (NEW) - link with both -ln...
    sparky 
    sparky at pld-linux.org
       
    Wed Aug  2 02:50:47 CEST 2006
    
    
  
Author: sparky                       Date: Wed Aug  2 00:50:47 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- link with both -lncurses -ltinfo
---- Files affected:
SOURCES:
   util-linux-as_needed-fix.patch (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/util-linux-as_needed-fix.patch
diff -u /dev/null SOURCES/util-linux-as_needed-fix.patch:1.1
--- /dev/null	Wed Aug  2 02:50:47 2006
+++ SOURCES/util-linux-as_needed-fix.patch	Wed Aug  2 02:50:42 2006
@@ -0,0 +1,12 @@
+diff -Nur util-linux-2.12r/configure util-linux-2.12r.as_needed-fix/configure
+--- util-linux-2.12r/configure	2006-08-02 02:46:38.000000000 +0200
++++ util-linux-2.12r.as_needed-fix/configure	2006-08-02 02:46:40.000000000 +0200
+@@ -445,7 +445,7 @@
+ 	echo "HAVE_NCURSES=no" >> make_include
+ 	echo "You don't have ncurses - I will not make ul and setterm."
+ else
+-	echo "LIBCURSES=-lncurses" >> make_include
++	echo "LIBCURSES=-lncurses -ltinfo" >> make_include
+ 	echo "#define HAVE_ncurses" >> defines.h
+ fi
+ 
================================================================
    
    
More information about the pld-cvs-commit
mailing list