SHA256
1
0
forked from pool/glibc

Accepting request 145179 from Base:System

Update to current git. (forwarded request 145178 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/145179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=131
This commit is contained in:
Stephan Kulow
2012-12-14 05:54:00 +00:00
committed by Git OBS Bridge
parent f41159a486
commit 66ac5d709f
6 changed files with 730 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ Provides: ld-linux.so.3(GLIBC_2.4)
Version: 2.16.90
Release: 0
%define glibc_major_version 2.16.90
%define git_id 56e7d3ad5c2f
%define git_id 4641d57e1e00
Url: http://www.gnu.org/software/libc/libc.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: glibc-%{version}-%{git_id}.tar.xz
@@ -240,6 +240,10 @@ Patch306: glibc-fix-double-loopback.diff
###
# PATCH-FIX-OPENSUSE Fix LD_PROFILE (glibc bug#13818) - aj@suse.de
Patch2008: glibc-ld-profile.patch
# PATCH-FIX-OPENSUSE Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeout
Patch2009: pthread-cond-timedwait-i486.patch
# PATCH-FIX-OPENSUSE Properly check for short writes when sending the response in nscd
Patch2010: nscd-short-write.patch
%description
The GNU C Library provides the most important standard libraries used
@@ -463,6 +467,8 @@ rm nscd/s-stamp
# XXX Disable, it breaks the testsuite, test elf/tst-audit2
# %patch2008 -p1
%patch2009 -p1
%patch2010 -p1
#
# Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed!