Magellan Linux

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

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

revision 9576 by niro, Wed Jul 26 13:08:44 2017 UTC revision 10134 by niro, Mon Aug 7 13:43:27 2017 UTC
# Line 89  SRC_URI=( Line 89  SRC_URI=(
89   mirror://${PNAME}/tftpd.tmpfilesd   mirror://${PNAME}/tftpd.tmpfilesd
90   mirror://${PNAME}/8859-1_to_uni.trans   mirror://${PNAME}/8859-1_to_uni.trans
91   mirror://${PNAME}/${PNAME}-1.25.1-cp-ignore-onefilesystem.patch   mirror://${PNAME}/${PNAME}-1.25.1-cp-ignore-onefilesystem.patch
92   mirror://${PNAME}/${PNAME}-1.20.2-no-send-signals.patch   mirror://${PNAME}/${PNAME}-1.27.1-no-send-signals.patch
93  )  )
94    
95  src_prepare()  src_prepare()
# Line 106  src_prepare() Line 106  src_prepare()
106   # let cp ignore the onefilesystem mode switch (cp -x prints an error)   # let cp ignore the onefilesystem mode switch (cp -x prints an error)
107   mpatch ${PNAME}-1.25.1-cp-ignore-onefilesystem.patch || die   mpatch ${PNAME}-1.25.1-cp-ignore-onefilesystem.patch || die
108   # do not send any signals on shutdown/reboot, we doing this via sendsignals rc   # do not send any signals on shutdown/reboot, we doing this via sendsignals rc
109   mpatch ${PNAME}-1.20.2-no-send-signals.patch || die   mpatch ${PNAME}-1.27.1-no-send-signals.patch || die
110    
111   # using a custom config   # using a custom config
112   cp ${SOURCEDIR}/${PNAME}/config-${CFG_REV} .config || die   cp ${SOURCEDIR}/${PNAME}/config-${CFG_REV} .config || die
# Line 148  src_compile() Line 148  src_compile()
148  {  {
149   cd ${SRCDIR}   cd ${SRCDIR}
150    
151     # fortify_source not supported
152     export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
153    
154   make oldconfig || die   make oldconfig || die
155   mmake || die   mmake || die
156    

Legend:
Removed from v.9576  
changed lines
  Added in v.10134