Magellan Linux

Diff of /smage/trunk/core/eglibc/eglibc-2.9.0_20090111-r2.smage2

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

revision 698 by niro, Sun Aug 2 17:24:37 2009 UTC revision 699 by niro, Sun Aug 2 17:36:52 2009 UTC
# Line 29  sminclude mtools alx Line 29  sminclude mtools alx
29  SRC_URI=(  SRC_URI=(
30   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
31   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
32     mirror://glibc/glibc-2.9.0-linker-scripts.patch
33   mirror://${PNAME}/nsswitch.conf   mirror://${PNAME}/nsswitch.conf
34   mirror://${PNAME}/nscd.conf   mirror://${PNAME}/nscd.conf
35   mirror://${PNAME}/eglibc.envd   mirror://${PNAME}/eglibc.envd
# Line 76  src_prepare() Line 77  src_prepare()
77   # disable binutils -as-needed   # disable binutils -as-needed
78   sed -i 's/^have-as-needed.*/have-as-needed = no/' ${SRCDIR}/config.make.in || die   sed -i 's/^have-as-needed.*/have-as-needed = no/' ${SRCDIR}/config.make.in || die
79    
80     # fixes link issues with newer binutils (>=2.19.51.0.2)
81     mpatch glibc-2.9.0-linker-scripts.patch || die
82    
83   # fix permissions on some of the scripts   # fix permissions on some of the scripts
84   chmod u+x ${SRCDIR}/scripts/*.sh || die   chmod u+x ${SRCDIR}/scripts/*.sh || die
85    

Legend:
Removed from v.698  
changed lines
  Added in v.699