diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-08 02:08:50 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-08 02:09:56 -0600 |
commit | ac0cf8d026433de1a9e7cc70f0a9def32d73bd2f (patch) | |
tree | f1cd165aacbd335b6b853aa41a918ff6336f19cd /main/libc0.9.32/APKBUILD | |
parent | fc887182246471ffc05faf4c367941e41ea20225 (diff) | |
download | aports-ac0cf8d026433de1a9e7cc70f0a9def32d73bd2f.tar.bz2 aports-ac0cf8d026433de1a9e7cc70f0a9def32d73bd2f.tar.xz |
main/libc0.9.32: rebase x86-64 ssp and nptl fixes based on patches queued for upstream submission
Diffstat (limited to 'main/libc0.9.32/APKBUILD')
-rw-r--r-- | main/libc0.9.32/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD index 1b21d2ee41..7e5d8d82a3 100644 --- a/main/libc0.9.32/APKBUILD +++ b/main/libc0.9.32/APKBUILD @@ -4,7 +4,7 @@ pkgname=libc$_abiver _gitver= pkgver=0.9.32_rc2 _ver=${pkgver/_/-} -pkgrel=1 +pkgrel=2 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -20,8 +20,8 @@ _snapurl="http://git.uclibc.org/uClibc/snapshot/master.tar.bz2" _snapfile="$pkgname-$pkgver.tar.bz2" source="http://uclibc.org/downloads/uClibc-${_ver}.tar.bz2 compat-stack-guard.patch - 1.patch - 2.patch + ssp.patch + pthread.patch 0001-libm-x86_64-implement-fesetround.patch arm-nptl-tls.patch uclibcconfig.x86 @@ -120,8 +120,8 @@ libthread_db() { md5sums="c8d2cd2c4dbcf5218b6db843cf66ac0f uClibc-0.9.32-rc2.tar.bz2 4d408f72142ce55a0754948cc9cfe447 compat-stack-guard.patch -8f55efc31c41bf70d99006a7d2f7fe1e 1.patch -350a608e3d3b148af882f6e074225465 2.patch +6401044fb02f80c5e50a568d2948a5d7 ssp.patch +c92ab246b4f92487c98938a297208829 pthread.patch e0c901502602f7e9e002d910d0f32ab9 0001-libm-x86_64-implement-fesetround.patch 2b4e27207b15e2d4b3e9b853513634f6 arm-nptl-tls.patch 145aaeb1833159397cfac9902e3877ab uclibcconfig.x86 |