Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.17.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 633 by niro, Tue Oct 19 16:50:39 2010 UTC revision 634 by niro, Tue Oct 19 19:48:40 2010 UTC
# Line 50  src_prepare() Line 50  src_prepare()
50   # disable blkid, we're using the full-featured version from util-linux   # disable blkid, we're using the full-featured version from util-linux
51   # which has ftype guessing features and a better uuid handling   # which has ftype guessing features and a better uuid handling
52   sed -i 's/.*\(CONFIG_BLKID\).*/#\ \1 is not set/' .config || die   sed -i 's/.*\(CONFIG_BLKID\).*/#\ \1 is not set/' .config || die
   
  # disable static binary - broken with eglibc-2.12  
  sed -i 's/.*\(CONFIG_STATIC\).*/#\ \1 is not set/' .config || die  
53  }  }
54    
55  src_compile()  src_compile()

Legend:
Removed from v.633  
changed lines
  Added in v.634