summaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-12-15 10:56:00 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-15 10:57:38 +0100
commitd30437a74830f78e39f116483858fe263b9192e8 (patch)
treed06980eeb726c40997191d3215a4b889bc18559d /main/libc0.9.32
parent658a13b7a9710de045fd81a609d9d72f38aeb52f (diff)
downloadaports-d30437a74830f78e39f116483858fe263b9192e8.tar.bz2
aports-d30437a74830f78e39f116483858fe263b9192e8.tar.xz
main/libc0.9.32: rebuild with fixed binutils
The static linking was broke so ldconfig segfaulted. Simply rebuiling uclibc with a fixed binutils should make it work again.
Diffstat (limited to 'main/libc0.9.32')
-rw-r--r--main/libc0.9.32/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD
index 398f6a3bd..7a41c0512 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
_ver=${pkgver/_/-}
-pkgrel=12
+pkgrel=13
pkgdesc="C library for developing embedded Linux systems"
url=http://uclibc.org
license="LGPL-2"