Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.27.2-r5.smage2

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

revision 10599 by niro, Fri Aug 25 09:04:05 2017 UTC revision 10600 by niro, Fri Aug 25 09:10:13 2017 UTC
# Line 179  src_prepare() Line 179  src_prepare()
179   # build a static busybox with musl   # build a static busybox with musl
180   sed -i -e 's/#\ \(CONFIG_STATIC\) is not set/\1=y/' .config || die   sed -i -e 's/#\ \(CONFIG_STATIC\) is not set/\1=y/' .config || die
181    
182  # # musl seems to ftbfs with vi   # these vi options breaks with musl-gcc
183  # sed -i -e 's/.*\(CONFIG_VI\).*/#\ \1 is not set/' \   sed -i -e 's/.*\(CONFIG_FEATURE_VI_8BIT\).*/#\ \1 is not set/' \
184  # -e 's/.*\(CONFIG_FEATURE_VI_MAX_LEN\).*/#\ \1 is not set/' \   -e 's/.*\(CONFIG_FEATURE_VI_REGEX_SEARCH\).*/#\ \1 is not set/' \
185  # -e 's/.*\(CONFIG_FEATURE_VI_8BIT\).*/#\ \1 is not set/' \   .config || die
 # -e 's/.*\(CONFIG_FEATURE_VI_COLON\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_YANKMARK\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_SEARCH\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_REGEX_SEARCH\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_USE_SIGNALS\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_DOT_CMD\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_READONLY\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_SETOPTS\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_SET\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_WIN_RESIZE\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_ASK_TERMINAL\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_UNDO\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_UNDO_QUEUE\).*/#\ \1 is not set/' \  
 # -e 's/.*\(CONFIG_FEATURE_VI_UNDO_QUEUE_MAX\).*/#\ \1 is not set/' \  
 # .config || die  
186  }  }
187    
188  src_compile()  src_compile()

Legend:
Removed from v.10599  
changed lines
  Added in v.10600