Update kerberos5 for new ipkg() -d option
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 28 Dec 2014 05:32:55 +0000 (00:32 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 29 Dec 2014 16:24:31 +0000 (11:24 -0500)
stage3/hv-install-1
stage3/pkg/krb5

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}
index 1487c2f..bc6b501 100644 (file)
@@ -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 \