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}
#!/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 \