summaryrefslogtreecommitdiffstats
path: root/abs/core/krb5/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/krb5/PKGBUILD')
-rw-r--r--abs/core/krb5/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/krb5/PKGBUILD b/abs/core/krb5/PKGBUILD
index 7452e06..9fce5eb 100644
--- a/abs/core/krb5/PKGBUILD
+++ b/abs/core/krb5/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=krb5
pkgver=1.10.2
-pkgrel=2
+pkgrel=3
pkgdesc="The Kerberos network authentication system"
arch=('i686' 'x86_64')
url="http://web.mit.edu/kerberos/"
@@ -49,6 +49,7 @@ build() {
export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
export CPPFLAGS+=" -I/usr/include/et"
./configure --prefix=/usr \
+ --sbindir=/usr/bin \
--mandir=/usr/share/man \
--localstatedir=/var/lib \
--enable-shared \