From 9d445ae89285ea58f99a78b8eed76abcbdba0ffd Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Mar 2022 00:45:46 +0000 Subject: fixed krb5 to work with openssl --- repo/system/krb5.xibuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'repo/system') 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 } -- cgit v1.2.1