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