Magellan Linux

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

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

revision 10155 by niro, Mon Aug 14 11:30:58 2017 UTC revision 11072 by niro, Tue Sep 5 12:11:13 2017 UTC
# Line 13  GLIBC_DEPEND=">= sys-apps/base-files-0.7 Line 13  GLIBC_DEPEND=">= sys-apps/base-files-0.7
13   >= sys-libs/tzdata-2017"   >= sys-libs/tzdata-2017"
14    
15  # we force headers to one specific version  # we force headers to one specific version
16  SDEPEND="== sys-kernel/linux-libc-headers-4.9.43  SDEPEND="== sys-kernel/linux-libc-headers-4.9.47
17   ${GLIBC_DEPEND}"   ${GLIBC_DEPEND}"
18    
19  # functions to include in the mage file  # functions to include in the mage file
# Line 152  src_compile() Line 152  src_compile()
152   myopts+=" --enable-bind-now"   myopts+=" --enable-bind-now"
153   # enable obsolete rpc implementation   # enable obsolete rpc implementation
154   myopts+=" --enable-obsolete-rpc"   myopts+=" --enable-obsolete-rpc"
155     # enable obsolete nsl implementation
156     myopts+=" --enable-obsolete-nsl"
157   # enable lock elision   # enable lock elision
158   myopts+=" --enable-lock-elision"   myopts+=" --enable-lock-elision"
159   # disable -werror   # disable -werror

Legend:
Removed from v.10155  
changed lines
  Added in v.11072