diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 08:26:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 08:26:51 +0000 |
commit | b4eecaf058de2e73819dff5e48cdbcf1eb3612ba (patch) | |
tree | 7b0a454f9e31d2ceace3ae5f4041d2965db5a3d7 /main/libc0.9.32 | |
parent | cff79a00ec4dc26a3caa16c174a07a3948da4810 (diff) | |
download | aports-b4eecaf058de2e73819dff5e48cdbcf1eb3612ba.tar.bz2 aports-b4eecaf058de2e73819dff5e48cdbcf1eb3612ba.tar.xz |
main/[various]: bump pkgrel to force rebuild against nptl
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 4ec21af227..253a731851 100644 --- a/main/libc0.9.32/APKBUILD +++ b/main/libc0.9.32/APKBUILD @@ -3,7 +3,7 @@ _abiver=0.9.32 pkgname=libc$_abiver _gitver=100427 pkgver=${_abiver}_alpha0_git$_gitver -pkgrel=0 +pkgrel=1 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" |