summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/system/krb5.xibuild17
1 files changed, 11 insertions, 6 deletions
diff --git a/repo/system/krb5.xibuild b/repo/system/krb5.xibuild
index c794be7..c28f7c2 100644
--- a/repo/system/krb5.xibuild
+++ b/repo/system/krb5.xibuild
@@ -31,12 +31,17 @@ prepare () {
build () {
# would be ideal to use openssl rather than builtin library
- ./configure ${configure_args} --sbindir=/usr/bin \
- --disable-rpath --with-system-et --without-system-verto --with-ldap \
- --with-system-ss --enable-shared --without-tcl \
- ac_cv_func_pthread_once=yes ac_cv_func_pthread_rwlock_init=yes \
- acx_pthread_ok=yes ac_cv_func_regcomp=yes ac_cv_printf_positional=yes \
- krb5_cv_attr_constructor_destructor=yes,yes
+ autoreconf
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --runstatedir=/run \
+ --with-system-et \
+ --with-system-ss \
+ --with-system-verto=no \
+ --with-crypto-impl=builtin \
+ --enable-dns-for-realm &&
+
make
}