diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-15 10:56:00 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-15 10:57:38 +0100 |
commit | d30437a74830f78e39f116483858fe263b9192e8 (patch) | |
tree | d06980eeb726c40997191d3215a4b889bc18559d /main/libc0.9.32 | |
parent | 658a13b7a9710de045fd81a609d9d72f38aeb52f (diff) | |
download | aports-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/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD index 398f6a3bde..7a41c05129 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" |