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 9577 by niro, Wed Jul 26 13:15:00 2017 UTC revision 10134 by niro, Mon Aug 7 13:43:27 2017 UTC
# 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.9577  
changed lines
  Added in v.10134