diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-11-10 10:24:14 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-11-10 10:26:01 +0200 |
commit | 98616434d7117b42cf1b7c650104b937e084db52 (patch) | |
tree | d27811927084eb0476e35d7d0ecebc85cf01885e /main/libc0.9.32/APKBUILD | |
parent | 00710ef81620c0239ed0aa5c144d77afcb1dced3 (diff) | |
download | aports-98616434d7117b42cf1b7c650104b937e084db52.tar.bz2 aports-98616434d7117b42cf1b7c650104b937e084db52.tar.xz |
main/libc0.9.32: fix stack unwinding and backtraces on x86
Diffstat (limited to 'main/libc0.9.32/APKBUILD')
-rw-r--r-- | main/libc0.9.32/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD index eded79b32..54d69866c 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=6 +pkgrel=7 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -32,6 +32,7 @@ source="http://uclibc.org/downloads/uClibc-${_ver}.tar.bz2 0001-malloc-standard-synchronize-on-fork.patch 0001-time-fix-parsing-of-tzdata-files-where-off_t-is-64-b.patch 0001-getaddrinfo-allow-numeric-service-without-any-hints.patch + 0001-libc-x86-fix-stack-unwinding-and-backtrace-informati.patch libm-cabsf.patch libm-cexp.patch uclibc-ubacktrace-asneeded-fix.patch @@ -144,6 +145,7 @@ b4fb68ad3d0e8331b1b40c30eb21dfdc 0002-stdlib-fix-arc4random-return-type-to-u_in 30f27fe51fdc4d121166ad2af18dfb8d 0001-malloc-standard-synchronize-on-fork.patch 2548d9f470c9a5b2c117ec3d6f35c105 0001-time-fix-parsing-of-tzdata-files-where-off_t-is-64-b.patch 9e1ffc8dae55f4489c770f284734804f 0001-getaddrinfo-allow-numeric-service-without-any-hints.patch +1aed313e59ca9bc15f87273d4b3d4fde 0001-libc-x86-fix-stack-unwinding-and-backtrace-informati.patch 40e9c7f017cc81ee5b19ead000b9b6b7 libm-cabsf.patch 42416385763f7cd50775ed9bfaf2d59e libm-cexp.patch 7c47e9cb284b0da8df6ed2096b2c9c66 uclibc-ubacktrace-asneeded-fix.patch |