X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=c57d161c4b34977cd5a8bc452b0805c43d4afc55;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=842a42461a5c6da7e1b4c75924f277577202e8ae;hpb=5864e67ba0c22a0a551eeac4eff11440463b4cc1;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 842a424..c57d161 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -27,7 +27,9 @@ ipkg ${EXPAT} ipkg -j ${APR} "--disable-static --with-installbuilddir=/usr/share/apr-1/build" ipkg ${APR_UTIL} "--with-apr=/usr --with-gdbm=/usr -with-openssl=/usr" ipkg ${NEON} "--with-ssl" -ipkg -s tcl ${TCL} +ipkg -s tcl -d unix ${TCL} "\ + --enable-threads \ + --mandir=/usr/share/man" CFLAGS="${CFLAGS} -DSQLITE_ENABLE_FTS3=1 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \ -DSQLITE_ENABLE_COLUMN_METADATA=1" \ ipkg ${SQLITE} @@ -77,7 +79,7 @@ ipkg -m acnb ${MYSQL} ipkg -m noac ${ZIP} ipkg -m noac ${UNZIP} ipkg -m noac ${UNRAR} -ipkg -m noac ${P7ZIP} +ipkg -m noac -s p7zip ${P7ZIP} ipkg -m noac ${PBZIP2} ipkg ${CPIO} "\ --bindir=/bin \ @@ -100,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} @@ -168,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} @@ -215,7 +224,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"