aboutsummaryrefslogtreecommitdiffstats
path: root/main/keyutils
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-06-24 14:05:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-06-24 14:05:31 +0000
commit2100d5cd86cd0eb14d1d2cdba4133b92148cafc6 (patch)
tree861d9ea6825db6c3b73e5e6e236fbb3013181071 /main/keyutils
parentcab4b718abc4b3179498c45354d0adf651156789 (diff)
downloadaports-2100d5cd86cd0eb14d1d2cdba4133b92148cafc6.tar.bz2
aports-2100d5cd86cd0eb14d1d2cdba4133b92148cafc6.tar.xz
main/keyutils: build without NO_GLIBC_KEYERR
Diffstat (limited to 'main/keyutils')
-rw-r--r--main/keyutils/APKBUILD3
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
}