Magellan Linux

Diff of /smage/trunk/core/glibc/glibc-2.25-r4.smage2

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

revision 10139 by niro, Tue Jul 25 07:32:14 2017 UTC revision 10140 by niro, Tue Aug 8 15:24:26 2017 UTC
# Line 161  src_compile() Line 161  src_compile()
161   # enable stackguard randomization   # enable stackguard randomization
162   myopts+=" --enable-stackguard-randomization"   myopts+=" --enable-stackguard-randomization"
163    
164     # remove fortify for building libraries
165     export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
166    
167   # support multilib lib64 dir (x86_64 only)   # support multilib lib64 dir (x86_64 only)
168   if [[ ${ARCH} = x86_64 ]]   if [[ ${ARCH} = x86_64 ]]
169   then   then

Legend:
Removed from v.10139  
changed lines
  Added in v.10140