Remove obsolete patch
[hvlinux.git] / stage3 / pkg / krb5
index 12ec8f7..bc6b501 100644 (file)
@@ -1,27 +1,9 @@
 #!/bin/bash
 
-hvconfig_pre()
-{
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --localstatedir=/var/lib \
-        --mandir=/usr/share/man \
-        --with-system-et \
-        --with-system-ss \
-        --enable-dns-for-realm"
-}
-
-hvconfig()
-{
-    cd ${LFS_TMP}/${PACKAGE}/src
-    ./configure CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \
-        ${CONFIGURE_OPTS}
-}
-
 hvbuild_post()
 {
     for lib in gssapi_krb5 gssrpc k5crypto kadm5clnt_mit kadm5srv_mit kdb5 \
-        krb5 krb5support verto-k5ev verto ; do
+        krb5 krb5support verto krad; do
         chmod -v 755 /usr/lib/lib${lib}.so.*.*
     done