X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=564e8f27a927dfcb765ce066d4edb26c1ede9ad4;hb=4fcbeb0fcbc674b5442df059a33bdb882120fe0e;hp=a1837beef112d042e345cb6162dce7b2680dc80a;hpb=d0406e3d6f1151a689207d154f7de6fdd61a4715;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index a1837be..564e8f2 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -119,6 +119,36 @@ ipkg -m noac ${LIBMNG} ipkg ${FREETYPE} ipkg ${FONTCONFIG} +ipkg -m noac ${CKERMIT} + +ipkg ${LIBTASN1} +ipkg ${GUILE} \ + --enable-posix \ + --disable-static \ + --enable-networking \ + --enable-regex +ipkg ${LIBGPG_ERROR} +ipkg ${LIBGCRYPT} +ipkg -m acnb ${GNUTLS} + +# Mail +ipkg -l "${SASL2}-pass1" -s "cyrus-sasl" ${SASL2} +ipkg ${OPENLDAP} +ipkg -l "${SASL2}-pass2" -s "cyrus-sasl" ${SASL2} +ipkg -s "krb5" ${KERBEROS5} + +if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then + ipkg -m noac ${SENDMAIL} +else + ipkg -m acnb ${SSMTP} +fi + +ipkg ${GNUPG} "--libexecdir=/usr/lib" +ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl" + +ipkg ${ALSA_LIB} +ipkg -m acnb ${ALSA_UTILS} + write_completed_stage display_stage_build_stats