Magellan Linux

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

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

revision 9209 by niro, Tue Nov 8 21:33:07 2011 UTC revision 9210 by niro, Tue Nov 8 21:43:32 2011 UTC
# Line 43  SRC_URI=( Line 43  SRC_URI=(
43   mirror://glibc/glibc-2.12.1-static-shared-getpagesize.patch   mirror://glibc/glibc-2.12.1-static-shared-getpagesize.patch
44   mirror://glibc/glibc-2.12.2-ignore-origin-of-privileged-program.patch   mirror://glibc/glibc-2.12.2-ignore-origin-of-privileged-program.patch
45   mirror://glibc/glibc-2.13-prelink.patch   mirror://glibc/glibc-2.13-prelink.patch
46     mirror://glibc/glibc-2.13-dlclose-search-reset.patch
47  )  )
48    
49  # 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 110  src_prepare() Line 111  src_prepare()
111   # fix prelinking   # fix prelinking
112   mpatch glibc-2.13-prelink.patch || die   mpatch glibc-2.13-prelink.patch || die
113    
114     # fixes dlopen issues like
115     # 'symbol lookup error: libstdc++.so.6: undefined symbol: _ZNSt14error_categoryD2Ev'
116     # see: https://bugzilla.redhat.com/show_bug.cgi?id=593675
117     #   && http://sourceware.org/ml/libc-hacker/2010-05/msg00007.html
118     mpatch glibc-2.13-dlclose-search-reset.patch || die
119    
120   # http://sourceware.org/bugzilla/show_bug.cgi?id=12403   # http://sourceware.org/bugzilla/show_bug.cgi?id=12403
121   if [[ ${ARCH} = x86_64 ]]   if [[ ${ARCH} = x86_64 ]]
122   then   then

Legend:
Removed from v.9209  
changed lines
  Added in v.9210