Magellan Linux

Diff of /trunk/core/glibc-nptl/glibc-nptl-2.9.0-r1.smage2

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

revision 1081 by niro, Mon Apr 20 16:48:00 2009 UTC revision 1085 by niro, Mon Apr 20 17:26:21 2009 UTC
# Line 44  SRC_URI=( Line 44  SRC_URI=(
44   mirror://glibc/locale-gen   mirror://glibc/locale-gen
45   mirror://glibc/locale.gen-${LOCALEGEN_CVS_REV}   mirror://glibc/locale.gen-${LOCALEGEN_CVS_REV}
46   mirror://glibc/glibc-2.3.5-localedef_segfault-1.patch   mirror://glibc/glibc-2.3.5-localedef_segfault-1.patch
47     mirror://glibc/glibc-2.9.0-linker-scripts.patch
48  )  )
49    
50  # sed line: on 2 digits add an zero: 2.7 -> 2.7.0  # sed line: on 2 digits add an zero: 2.7 -> 2.7.0
# Line 97  src_prepare() Line 98  src_prepare()
98   # fix segfault of localdef on arches beside x86-32   # fix segfault of localdef on arches beside x86-32
99   mpatch glibc-2.3.5-localedef_segfault-1.patch || die   mpatch glibc-2.3.5-localedef_segfault-1.patch || die
100    
101     # fixes link issues with newer binutils (>=2.19.51.0.2)
102     mpatch glibc-2.9.0-linker-scripts.patch || die
103    
104   # fix permissions on some of the scripts   # fix permissions on some of the scripts
105   chmod u+x ${SRCDIR}/scripts/*.sh || die   chmod u+x ${SRCDIR}/scripts/*.sh || die
106    

Legend:
Removed from v.1081  
changed lines
  Added in v.1085