[Lunar-commits] r25456 - moonbase/trunk/utils/parted

Auke Kok sofar at lunar-linux.org
Tue Aug 14 19:56:05 CEST 2007


Author: sofar
Date: 2007-08-14 19:56:05 +0200 (Tue, 14 Aug 2007)
New Revision: 25456

Modified:
   moonbase/trunk/utils/parted/BUILD
   moonbase/trunk/utils/parted/DETAILS
Log:
parted 1.8.6,7,8 used to break during configure because of readline library
strange problem: http://bugs.lunar-linux.org/view.php?id=259
This patch fixes readline problem _without_ disabling
readline support for parted. This is different when looking at other fix
ideas (which end up by using --without-readline).


From:  zbiggy at o2.pl


Modified: moonbase/trunk/utils/parted/BUILD
===================================================================
--- moonbase/trunk/utils/parted/BUILD	2007-08-14 17:54:54 UTC (rev 25455)
+++ moonbase/trunk/utils/parted/BUILD	2007-08-14 17:56:05 UTC (rev 25456)
@@ -1,5 +1,7 @@
 (
 
+  sedit '/'-Wl,--as-needed'/d' m4/lib-ignore.m4 configure &&
+
   default_build &&
 
   gather_docs ABOUT-NLS BUGS THANKS doc/API doc/FAQ doc/FAT doc/USER.jp

Modified: moonbase/trunk/utils/parted/DETAILS
===================================================================
--- moonbase/trunk/utils/parted/DETAILS	2007-08-14 17:54:54 UTC (rev 25455)
+++ moonbase/trunk/utils/parted/DETAILS	2007-08-14 17:56:05 UTC (rev 25456)
@@ -1,12 +1,12 @@
           MODULE=parted
-         VERSION=1.8.7
+         VERSION=1.8.8
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
-      SOURCE_VFY=sha1:95e41865c6cc8cbe4e831d89362ad16b06916cbd
+      SOURCE_VFY=sha1:038eaa1656cc1d07ea413526a2e00adb977197f2
         WEB_SITE=http://www.gnu.org/software/parted
          ENTERED=20010922
-         UPDATED=20070523
+         UPDATED=20070812
            SHORT="Allows you to create, destroy, resize, and copy partitions"
 
 cat << EOF



More information about the Lunar-commits mailing list