Magellan Linux

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

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

revision 2855 by niro, Mon Sep 5 17:50:44 2011 UTC revision 2856 by niro, Mon Sep 5 17:59:34 2011 UTC
# Line 93  src_prepare() Line 93  src_prepare()
93    
94   # using a custom config   # using a custom config
95   cp ${SOURCEDIR}/${PNAME}/config-${CFG_CVS_REV} .config || die   cp ${SOURCEDIR}/${PNAME}/config-${CFG_CVS_REV} .config || die
96    
97     # hotfix for glibc-2.14, rpc interface not supported anymore
98     sed -i 's/.*\(CONFIG_FEATURE_MOUNT_NFS\).*/#\ \1 is not set/' .config || die
99  }  }
100    
101  src_compile()  src_compile()

Legend:
Removed from v.2855  
changed lines
  Added in v.2856