[Lunar-commits] r26133 - moonbase/trunk/utils/coreutils
    Moritz Heiber 
    moe at lunar-linux.org
       
    Mon Oct  8 23:49:39 CEST 2007
    
    
  
Author: moe
Date: 2007-10-08 23:49:39 +0200 (Mon, 08 Oct 2007)
New Revision: 26133
Modified:
   moonbase/trunk/utils/coreutils/BUILD
Log:
This does not break anything but fixes coreutils on glibc 2.6.x.
YES .. I have tested it on 2.3.x .. it compiles and works fine!
Modified: moonbase/trunk/utils/coreutils/BUILD
===================================================================
--- moonbase/trunk/utils/coreutils/BUILD	2007-10-08 21:11:00 UTC (rev 26132)
+++ moonbase/trunk/utils/coreutils/BUILD	2007-10-08 21:49:39 UTC (rev 26133)
@@ -2,6 +2,9 @@
 
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
 
+  # This should go away in version > 6.9
+  sed -i "s at futimens@hassan_&@" $(echo `find . -type f -print | xargs grep -li 'futimens'`)
+
   bad_flags -malign-double
 
   # We really want this
    
    
More information about the Lunar-commits
mailing list