Magellan Linux

Diff of /branches/magellan-next/core/glibc-nptl/glibc-nptl-2.12.1-r3.smage2

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

revision 7323 by niro, Wed Oct 20 16:12:29 2010 UTC revision 7324 by niro, Wed Oct 20 16:24:06 2010 UTC
# Line 43  SRC_URI=( Line 43  SRC_URI=(
43   mirror://glibc/glibc-${PVER}-bz4781.patch   mirror://glibc/glibc-${PVER}-bz4781.patch
44   mirror://glibc/glibc-${PVER}-i686.patch   mirror://glibc/glibc-${PVER}-i686.patch
45   mirror://glibc/glibc-${PVER}-static-shared-getpagesize.patch   mirror://glibc/glibc-${PVER}-static-shared-getpagesize.patch
46     mirror://glibc/glibc-${PVER}-make382.patch
47     mirror://glibc/glibc-${PVER}-but-I-am-an-i686.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 106  src_prepare() Line 108  src_prepare()
108   # http://bugs.gentoo.org/332927   # http://bugs.gentoo.org/332927
109   mpatch glibc-${PVER}-static-shared-getpagesize.patch || die   mpatch glibc-${PVER}-static-shared-getpagesize.patch || die
110    
111     # make-3.82 compat
112     mpatch glibc-${PVER}-make382.patch || die
113    
114     # fix for excess linker optimization on i686, maybe fixed with binutils-2.21
115     mpatch glibc-${PVER}-but-I-am-an-i686.patch || die
116    
117   # fix permissions on some of the scripts   # fix permissions on some of the scripts
118   chmod u+x ${SRCDIR}/scripts/*.sh || die   chmod u+x ${SRCDIR}/scripts/*.sh || die
119    

Legend:
Removed from v.7323  
changed lines
  Added in v.7324