From a422e0110d16fc978587d1013a6045f3fa348503 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 17 Jan 2022 17:53:50 +0000 Subject: fixed command not found --- repo/system/krb5.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/system/krb5.xibuild b/repo/system/krb5.xibuild index 31d8b61..d59b4b7 100644 --- a/repo/system/krb5.xibuild +++ b/repo/system/krb5.xibuild @@ -22,6 +22,7 @@ prepare () { } build () { + # would be ideal to use openssl rather than builtin library ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ @@ -29,7 +30,6 @@ build () { --with-system-et \ --with-system-ss \ --with-system-verto=no \ - # would be ideal to use openssl --with-crypto-impl=builtin \ --enable-dns-for-realm && make -- cgit v1.2.1