From: Hugo Villeneuve Date: Sun, 28 Dec 2014 05:32:55 +0000 (-0500) Subject: Update kerberos5 for new ipkg() -d option X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=b18aa98fbecd06d59811de9096af72e575a2678f Update kerberos5 for new ipkg() -d option --- diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index ca9ad05..d73042a 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -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} diff --git a/stage3/pkg/krb5 b/stage3/pkg/krb5 index 1487c2f..bc6b501 100644 --- a/stage3/pkg/krb5 +++ b/stage3/pkg/krb5 @@ -1,21 +1,5 @@ #!/bin/bash -hvconfig_pre() -{ - CONFIGURE_OPTS+=" \ - --localstatedir=/var/lib \ - --with-system-et \ - --with-system-ss \ - --with-system-verto=no \ - --enable-dns-for-realm" -} - -hvconfig() -{ - cd ${LFS_TMP}/${PACKAGE}/src - ./configure ${CONFIGURE_OPTS} -} - hvbuild_post() { for lib in gssapi_krb5 gssrpc k5crypto kadm5clnt_mit kadm5srv_mit kdb5 \