X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fkrb5;h=1487c2f78955b6cbc267f7ef0bc0deb349fe8bcb;hb=7537c1f2f4728f09caee2c99f91c31ac426ed132;hp=12ec8f7ad0934ac32100325c5459d565ecf40490;hpb=14b8b7248a8be82f4073da3a5b6658517ec44a0b;p=hvlinux.git diff --git a/stage3/pkg/krb5 b/stage3/pkg/krb5 index 12ec8f7..1487c2f 100644 --- a/stage3/pkg/krb5 +++ b/stage3/pkg/krb5 @@ -2,26 +2,24 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --localstatedir=/var/lib \ - --mandir=/usr/share/man \ --with-system-et \ --with-system-ss \ + --with-system-verto=no \ --enable-dns-for-realm" } hvconfig() { cd ${LFS_TMP}/${PACKAGE}/src - ./configure CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \ - ${CONFIGURE_OPTS} + ./configure ${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