Update kerberos5 for new ipkg() -d option
[hvlinux.git] / stage3 / hv-install-1
index ca9ad05..d73042a 100755 (executable)
@@ -170,7 +170,12 @@ ipkg -m acnb ${GNUTLS} "--with-default-trust-store-file=/etc/ssl-ca-bundle.crt"
 ipkg -l "${SASL2}-pass1" -s "cyrus-sasl" ${SASL2}
 ipkg ${OPENLDAP}
 ipkg -l "${SASL2}-pass2" -s "cyrus-sasl" ${SASL2}
-ipkg -s "krb5" ${KERBEROS5}
+ipkg -s "krb5" -d src ${KERBEROS5} "\
+    --localstatedir=/var/lib \
+    --with-system-et \
+    --with-system-ss \
+    --with-system-verto=no \
+    --enable-dns-for-realm"
 
 if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then
     ipkg -m noac ${SENDMAIL}