Magellan Linux

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

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

revision 13745 by niro, Wed Aug 7 11:13:29 2019 UTC revision 13746 by niro, Wed Aug 7 14:53:25 2019 UTC
# Line 73  fi Line 73  fi
73  [[ -z ${ALT_HEADERS} ]] && export ALT_HEADERS="/usr/include"  [[ -z ${ALT_HEADERS} ]] && export ALT_HEADERS="/usr/include"
74    
75  # kernel support  # kernel support
76  export ENABLE_KERNEL=3.2.0  #export ENABLE_KERNEL=3.2.0
77    
78  split_info_glibc()  split_info_glibc()
79  {  {
# Line 152  src_compile() Line 152  src_compile()
152   # enable addons   # enable addons
153   myopts+=" --enable-add-ons"   myopts+=" --enable-add-ons"
154   # supported kernel-release   # supported kernel-release
155   myopts+=" --enable-kernel=${ENABLE_KERNEL}"   #myopts+=" --enable-kernel=${ENABLE_KERNEL}"
156   # disable cvs and gd support   # disable cvs and gd support
157   myopts+=" --without-cvs --without-gd"   myopts+=" --without-cvs --without-gd"
158   # enable bindnow   # enable bindnow

Legend:
Removed from v.13745  
changed lines
  Added in v.13746