Magellan Linux

Diff of /smage/trunk/core/glibc/glibc-2.36-r1.smage2

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

revision 15655 by niro, Tue Dec 20 15:35:59 2022 UTC revision 15656 by niro, Tue Dec 20 16:04:39 2022 UTC
# Line 177  src_compile() Line 177  src_compile()
177   myopts+=" --enable-static-pie"   myopts+=" --enable-static-pie"
178   # enable intel cet + branch tracking (IBT) and shadow stack (SHSTK)   # enable intel cet + branch tracking (IBT) and shadow stack (SHSTK)
179   myopts+=" --enable-cet"   myopts+=" --enable-cet"
180   # disable crypt  # # disable crypt, use libxcrypt instead
181   myopts+=" --disable-crypt"  # myopts+=" --disable-crypt"
182    
183   # remove fortify for building libraries   # remove fortify for building libraries
184   export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}   export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}

Legend:
Removed from v.15655  
changed lines
  Added in v.15656