diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/keyutils/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/keyutils/APKBUILD b/main/keyutils/APKBUILD index 5f8d09a583..2461ce6a73 100644 --- a/main/keyutils/APKBUILD +++ b/main/keyutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=keyutils pkgver=1.5.9 -pkgrel=0 +pkgrel=1 pkgdesc="Linux Key Management Utilities" url="http://people.redhat.com/~dhowells/keyutils/" arch="all" @@ -35,7 +35,6 @@ build() { VERSION=$pkgver \ RELEASE=-r$pkgrel \ CFLAGS="$CFLAGS" \ - NO_GLIBC_KEYERR=1 \ || return 1 } |