SOURCES: lvm2-as-needed.patch - updated for 2.02.40

charles charles at pld-linux.org
Sun Sep 28 01:10:13 CEST 2008


Author: charles                      Date: Sat Sep 27 23:10:13 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.02.40

---- Files affected:
SOURCES:
   lvm2-as-needed.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/lvm2-as-needed.patch
diff -u SOURCES/lvm2-as-needed.patch:1.4 SOURCES/lvm2-as-needed.patch:1.5
--- SOURCES/lvm2-as-needed.patch:1.4	Wed Apr 16 00:43:52 2008
+++ SOURCES/lvm2-as-needed.patch	Sun Sep 28 01:10:07 2008
@@ -1,12 +1,11 @@
-diff -Nur LVM2.2.02.07/configure.in LVM2.2.02.07.as-needed/configure.in
---- LVM2.2.02.07/configure.in	2006-05-16 18:48:30.000000000 +0200
-+++ LVM2.2.02.07.as-needed/configure.in	2006-08-02 01:01:14.000000000 +0200
-@@ -395,7 +395,7 @@
+--- LVM2.2.02.40/configure.in.orig	2008-08-05 16:29:38.000000000 +0200
++++ LVM2.2.02.40/configure.in	2008-09-28 00:45:06.000000000 +0200
+@@ -414,7 +414,7 @@
  ################################################################################
  dnl -- Check for termcap (Shamelessly copied from parted 1.4.17)
- if test x$READLINE = xyes; then
--	AC_SEARCH_LIBS(tgetent, ncurses curses termcap termlib, ,
-+	AC_SEARCH_LIBS(tgetent, tinfo ncurses curses termcap termlib, ,
- 		AC_MSG_ERROR(
- termcap could not be found which is required for the
- --enable-readline option (which is enabled by default).  Either disable readline
+ if test x$READLINE != xno; then
+-	AC_SEARCH_LIBS([tgetent], [ncurses curses termcap termlib],
++	AC_SEARCH_LIBS([tgetent], [tinfo ncurses curses termcap termlib],
+ 	  [tg_found=yes], [tg_found=no])
+ 	test x$READLINE:$tg_found = xyes:no &&
+ 	  AC_MSG_ERROR(
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lvm2-as-needed.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list