diff options
-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 } |