diff options
author | davidovski <david@davidovski.xyz> | 2022-01-17 17:46:45 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-17 17:46:45 +0000 |
commit | 11e590b0daa8edeeb2f75677cfb3c86a81916675 (patch) | |
tree | 7f773e98eb24bdeabf4c295275ca5f3174820a08 /repo/system | |
parent | d6a5183ad3b83652a9e473606a51c3c2620da5ce (diff) |
made
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/krb5.xibuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/system/krb5.xibuild b/repo/system/krb5.xibuild index 757b1ab..31d8b61 100644 --- a/repo/system/krb5.xibuild +++ b/repo/system/krb5.xibuild @@ -29,6 +29,8 @@ 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 } |