Magellan Linux

Diff of /smage/trunk/core/eglibc/eglibc-2.12.0_20101019-r1.smage2

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

revision 630 by niro, Tue Oct 19 16:25:03 2010 UTC revision 631 by niro, Tue Oct 19 19:10:06 2010 UTC
# Line 31  SRC_URI=( Line 31  SRC_URI=(
31   mirror://${PNAME}/eglibc.envd   mirror://${PNAME}/eglibc.envd
32   mirror://${PNAME}/locale-gen   mirror://${PNAME}/locale-gen
33   mirror://${PNAME}/locale.gen   mirror://${PNAME}/locale.gen
34     mirror://glibc/glibc-${PVER}-bz4781.patch
35     mirror://glibc/glibc-${PVER}-i686.patch
36     mirror://glibc/glibc-${PVER}-static-shared-getpagesize.patch
37  )  )
38    
39  # glibc don't like strong CFLAGS  # glibc don't like strong CFLAGS
# Line 263  src_prepare() Line 266  src_prepare()
266   # disable binutils -as-needed   # disable binutils -as-needed
267   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
268    
269     # http://sources.redhat.com/bugzilla/show_bug.cgi?id=4781
270     mpatch glibc-${PVER}-bz4781.patch || die
271    
272     # http://sources.redhat.com/bugzilla/show_bug.cgi?id=411
273     # http://sourceware.org/ml/libc-alpha/2009-07/msg00072.html
274     mpatch glibc-${PVER}-i686.patch || die
275    
276     # fixes static link issues
277     # http://bugs.gentoo.org/332927
278     mpatch glibc-${PVER}-static-shared-getpagesize.patch || die
279    
280   # fix permissions on some of the scripts   # fix permissions on some of the scripts
281   chmod u+x ${SRCDIR}/scripts/*.sh || die   chmod u+x ${SRCDIR}/scripts/*.sh || die
282    

Legend:
Removed from v.630  
changed lines
  Added in v.631