diff options
author | davidovski <david@davidovski.xyz> | 2022-01-17 17:53:50 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-17 17:53:50 +0000 |
commit | a422e0110d16fc978587d1013a6045f3fa348503 (patch) | |
tree | d0ae32e682bd6cf4b6427a6bb24110565cb6947d /repo/system | |
parent | 841d5988067b971db9c102eb948c5a8a02790768 (diff) |
fixed command not found
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/krb5.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |