SHA256
1
0
forked from pool/glibc

- update glibc-ports to 2.14.1:

* Align the constant pool in start.S to 4 bytes.
  * sysdeps/unix/sysv/linux/arm/eabi/internal_sendmmsg.S: New.
- Fix unwinding crash when using clone()

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=124
This commit is contained in:
2011-11-07 20:08:07 +00:00
committed by Git OBS Bridge
parent a20f66157e
commit ee7019f69d
5 changed files with 38 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ Release: 12
Url: http://www.gnu.org/software/libc/libc.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: glibc-%{version}-%{git_id}.tar.bz2
Source2: http://ftp.gnu.org/gnu/glibc/glibc-ports-2.14.tar.bz2
Source2: http://ftp.gnu.org/gnu/glibc/glibc-ports-%{version}.tar.bz2
Source3: noversion.tar.bz2
Source4: manpages.tar.bz2
Source8: nsswitch.conf
@@ -215,6 +215,8 @@ Patch80: crypt_blowfish-1.2-sha.diff
Patch81: crypt_blowfish-1.2-versioning.diff
# PATCH-FIX-OPENSUSE Avoid build failure on noexecstack marker on ARM dmueller@suse.de
Patch82: crypt_blowfish-1.2-hack_around_arm.diff
# PATCH-FIX-UPSTREAM fix unwinding when using clone()
Patch83: glibc-arm-clone-unwind-fix.diff
%description
The GNU C Library provides the most important standard libraries used
@@ -377,6 +379,7 @@ versions of your software.
# add glibc-ports for arm
%setup -n glibc-%{version} -q -a 2 -a 3 -a 4
mv glibc-ports-* ports
%patch83
%else
# any other leave out ports
%setup -n glibc-%{version} -q -a 3 -a 4