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 631 by niro, Tue Oct 19 19:10:06 2010 UTC revision 632 by niro, Tue Oct 19 19:13:13 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   mirror://glibc/glibc-2.12.1-bz4781.patch
35   mirror://glibc/glibc-${PVER}-i686.patch   mirror://glibc/glibc-2.12.1-i686.patch
36   mirror://glibc/glibc-${PVER}-static-shared-getpagesize.patch   mirror://glibc/glibc-2.12.1-static-shared-getpagesize.patch
37  )  )
38    
39  # glibc don't like strong CFLAGS  # glibc don't like strong CFLAGS
# Line 267  src_prepare() Line 267  src_prepare()
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   # http://sources.redhat.com/bugzilla/show_bug.cgi?id=4781
270   mpatch glibc-${PVER}-bz4781.patch || die   mpatch glibc-2.12.1-bz4781.patch || die
271    
272   # http://sources.redhat.com/bugzilla/show_bug.cgi?id=411   # http://sources.redhat.com/bugzilla/show_bug.cgi?id=411
273   # http://sourceware.org/ml/libc-alpha/2009-07/msg00072.html   # http://sourceware.org/ml/libc-alpha/2009-07/msg00072.html
274   mpatch glibc-${PVER}-i686.patch || die   mpatch glibc-2.12.1-i686.patch || die
275    
276   # fixes static link issues   # fixes static link issues
277   # http://bugs.gentoo.org/332927   # http://bugs.gentoo.org/332927
278   mpatch glibc-${PVER}-static-shared-getpagesize.patch || die   mpatch glibc-2.12.1-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

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