Magellan Linux

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

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

revision 10586 by niro, Fri Aug 25 08:18:05 2017 UTC revision 10587 by niro, Fri Aug 25 08:19:37 2017 UTC
# Line 116  src_prepare() Line 116  src_prepare()
116   # using a custom config   # using a custom config
117   cp ${SOURCEDIR}/${PNAME}/config-${CFG_REV} .config || die   cp ${SOURCEDIR}/${PNAME}/config-${CFG_REV} .config || die
118    
119     # fix a missing include with linux-musl-headers
120     sed -i '1,1i#include <sys/resource.h>' include/libbb.h || die
121    
122  # now included in config 1.19  # now included in config 1.19
123  # # disable swapon & swapoff; systemd requires the util-linux version  # # disable swapon & swapoff; systemd requires the util-linux version
124  # # because it depends on some options the busybox version does not provide  # # because it depends on some options the busybox version does not provide

Legend:
Removed from v.10586  
changed lines
  Added in v.10587