diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-17 07:46:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-17 07:46:20 +0000 |
commit | cf93aba150a8bffaf950905189f2a20220b9f08b (patch) | |
tree | f87066b938c4270fcc529d4d7fc3e6f6f22aec10 /main/libc0.9.32/APKBUILD | |
parent | 9692956fc0bff3d3082c181d9a0fefddbde97899 (diff) | |
download | aports-cf93aba150a8bffaf950905189f2a20220b9f08b.tar.bz2 aports-cf93aba150a8bffaf950905189f2a20220b9f08b.tar.xz |
main/libc0.9.32: do not use old regex implementation
It breaks sed
http://comments.gmane.org/gmane.linux.busybox/35528
Diffstat (limited to 'main/libc0.9.32/APKBUILD')
-rw-r--r-- | main/libc0.9.32/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD index 17cbbd2890..b90f7272ed 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.1 _ver=${pkgver/_/-} -pkgrel=1 +pkgrel=2 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -163,9 +163,9 @@ ebf59b00af0a0c44a5992403255a6582 0020-libcrypt-add-support-for-SHA512-CRYPT-pas 2744db828eb9a0e8a1e01b2ca9d083a5 0021-libcrypt-add-support-for-SHA256-CRYPT-password-hashi.patch e5bb17073c83dcdb972bf22657ca4cc7 0022-Add-eventfd-support.patch efafd82e78291171392d4706b80a2fb3 0023-crypt-build-fix.-define-ARRAY_SIZE-macro.patch -0058db7d1fa02c0cc32a8aae2fbc579b uclibcconfig.x86 -be50542d3eeaddc45eeb41b25d2e0ccb uclibcconfig.x86_64 -0058db7d1fa02c0cc32a8aae2fbc579b uclibcconfig.i486 -cca205788de0e77a40965ffdd3f69d71 uclibcconfig.arm -44ba5b8b39f2cb4ebe13eea5ed8bead2 uclibcconfig.powerpc +03442244792ab8468a271c2c0d37ee29 uclibcconfig.x86 +6bd0c92aeed8b34951557f3c295d7300 uclibcconfig.x86_64 +03442244792ab8468a271c2c0d37ee29 uclibcconfig.i486 +3f1e788cfa922c5a39d22a509bf49b60 uclibcconfig.arm +820d5176004ccfa2baa3607ba576360f uclibcconfig.powerpc f3be4f2bc54d7561d252937e10abf0d2 uclibc-utils.trigger" |