Update kerberos5 for new ipkg() -d option
[hvlinux.git] / stage3 / pkg / krb5
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 \