X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=063a34052b273e89febad67194710f17da3c5312;hb=2d56e369dbc033f743dfcc0b392c844d6299937b;hp=ca9ad056a5cc5c4f7523c229733736f79edd3fc7;hpb=1a3507b5de8f7a03b07ac8a8c5d6ddecb13af209;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index ca9ad05..063a340 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -102,10 +102,12 @@ ipkg -m pm ${PERL_MOD_XML_PARSER} # Grep alternative ipkg -m noac ${ACK} ipkg -m noac ${COLORDIFF} +ipkg ${GDB} "--with-system-readline" ipkg ${INTLTOOL} ipkg -m acnb ${GIT} "--libexecdir=/usr/lib --with-gitconfig=/etc/gitconfig" +ipkg -j -m noac ${GIT_CRYPT} ipkg ${DIALOG} @@ -170,7 +172,12 @@ ipkg -m acnb ${GNUTLS} "--with-default-trust-store-file=/etc/ssl-ca-bundle.crt" 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} @@ -178,11 +185,12 @@ else ipkg ${MSMTP} fi -ipkg -m acnb ${PTH} "\ +ipkg -j -m acnb ${PTH} "\ --disable-static \ --mandir=/usr/share/man" ipkg ${LIBASSUAN} ipkg ${LIBKSBA} +ipkg ${PINENTRY} ipkg ${GNUPG} "-enable-symcryptrun" ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl --enable-hcache" @@ -217,7 +225,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg -m acnb ${LIBFAAC} ipkg -m acnb ${LIBFAAD2} ipkg ${LIBTHEORA} - ipkg ${XVIDCORE} + ipkg -m acnb -d "build/generic" ${XVIDCORE} ipkg ${LIBX264} "--enable-shared"