Magellan Linux

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

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

revision 544 by niro, Mon Jan 4 18:04:40 2010 UTC revision 545 by niro, Sat May 8 10:21:03 2010 UTC
# Line 46  src_prepare() Line 46  src_prepare()
46    
47   # disable ps wide options, it breaks commands linke ps -e etc   # disable ps wide options, it breaks commands linke ps -e etc
48   sed -i 's/.*\(CONFIG_FEATURE_PS_WIDE\).*/#\ \1 is not set/' .config || die   sed -i 's/.*\(CONFIG_FEATURE_PS_WIDE\).*/#\ \1 is not set/' .config || die
49    
50     # disable blkid, we're using the full-featured version from util-linux
51     # which has ftype guessing features and a better uuid handling
52     sed -i 's/.*\(CONFIG_BLKID\).*/#\ \1 is not set/' .config || die
53  }  }
54    
55  src_compile()  src_compile()

Legend:
Removed from v.544  
changed lines
  Added in v.545