X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=59d99f2a3b29983119d3b39c3c83423047d10e8b;hb=f4fa8ba243b50385975fa557423221c6dc69de5f;hp=2130bd40e11bf4c08fe17ca5b63bc75c284150ee;hpb=a3c76da01af79216fbd7e93e50fe74151eec54bf;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 2130bd4..59d99f2 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -8,9 +8,9 @@ init_log_file ipkg -m noac ${BASHCOMPLETION} ipkg ${WHICH} -ipkg -m acnb ${REISERFSPROGS} +ipkg -m acnb ${REISERFSPROGS} "--sbindir=/sbin" ipkg -m acnb ${POPT} -CFLAGS="${CFLAGS} -fPIC" ipkg -m acnb ${LIBTIRPC} +ipkg -m acnb ${LIBTIRPC} "--disable-static --disable-gssapi" ipkg ${PAM} ipkg ${SHADOW} ipkg -m noac ${OPENSSL} @@ -19,14 +19,17 @@ ipkg -m noac ${PCIUTILS} ipkg -m acnb ${LIBUSB} ipkg ${LIBUSB_COMPAT} ipkg ${USBUTILS} "--disable-zlib --datadir=/usr/share/misc" +ipkg -m noac ${RFKILL} ipkg -j ${FCRON} ipkg ${OPENSSH} ipkg -s lynx ${LYNX} ipkg ${EXPAT} -ipkg ${APR} "--disable-static --with-installbuilddir=/usr/share/apr-1/build" +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} @@ -46,13 +49,13 @@ ipkg -m acnb ${HTOP} # Networking ipkg -m noac -s tcp_wrappers ${TCPWRAPPERS} -ipkg -m acnb ${RPCBIND} "--bindir=/sbin" +ipkg -m acnb ${RPCBIND} "--bindir=/sbin --with-rpcuser=root --with-systemdsystemunitdir=no" LIBS="-lpthread" ipkg -m acnb ${NFS_UTILS} " \ --disable-nfsv4 \ --disable-nfsv41 \ --sbindir=/sbin \ --disable-gss" -ipkg ${XINETD} +ipkg ${XINETD} "--with-loadavg" if [ "x${USE_DYNAMIC_DNS}" = "xyes" ]; then ipkg ${DDCLIENT} fi @@ -76,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 \ @@ -86,13 +89,13 @@ ipkg ${CPIO} "\ ipkg ${SCREEN} -ipkg ${PARTED} "--disable-device-mapper" +ipkg ${PARTED} "--disable-static --disable-device-mapper" INIT_D_PATH=/etc/rc.d/init.d \ ipkg -m acnb ${FUSE} ipkg -m noac ${DOSFSTOOLS} # Perl modules -ipkg -m pm ${PERL_MOD_PDL} +ipkg -j -m pm ${PERL_MOD_PDL} ipkg -m pm ${PERL_MOD_XML_WRITER} ipkg -m pm ${PERL_MOD_XML_PARSER} @@ -103,6 +106,7 @@ ipkg -m noac ${COLORDIFF} ipkg ${INTLTOOL} ipkg -m acnb ${GIT} "--libexecdir=/usr/lib --with-gitconfig=/etc/gitconfig" +ipkg -j -m noac ${GIT_CRYPT} ipkg ${DIALOG} @@ -115,13 +119,15 @@ ipkg -m acnb ${OPENJADE} "--enable-splibdir=/usr/lib" ipkg -m noac ${DOCBOOK_DSSSL} ipkg -m noac ${SGML_SPM} ipkg ${DOCBOOK_UTILS} -ipkg -m acnb ${LIBXML2} +ipkg -m acnb ${LIBXML2} "--disable-static --with-history" ipkg -m acnb ${LIBXSLT} ipkg -m noac ${DOCBOOK_XML} ipkg -m noac ${DOCBOOK_XSL} ipkg -m noac ${XMLTOMAN} ipkg ${XMLTO} +ipkg -m acnb ${NASM} + # Graphic libraries ipkg ${LIBPNG} ipkg ${TIFF} @@ -136,11 +142,15 @@ ipkg ${LIBART} ipkg ${LIBEXIF} ipkg ${FRIBIDI} ipkg -m acnb ${HICOLOR_ICON_THEME} -ipkg ${GIFLIB} -ipkg -m noac ${LIBMNG} +ipkg ${GIFLIB} "--disable-static" +ipkg -m acnb ${LIBMNG} "--disable-static" -ipkg ${FREETYPE} -ipkg ${FONTCONFIG} +ipkg ${FREETYPE} "--disable-static" +ipkg ${FONTCONFIG} "\ + --localstatedir=/var \ + --disable-docs \ + --without-add-fonts \ + --with-docdir=/usr/share/doc/${FONTCONFIG}" ipkg -m noac ${CKERMIT} @@ -155,13 +165,18 @@ ipkg ${GUILE2} \ ipkg ${LIBGPG_ERROR} ipkg ${LIBGCRYPT} ipkg ${NETTLE} "--libdir=/usr/lib" -ipkg -m acnb ${GNUTLS} +ipkg -m acnb ${GNUTLS} "--with-default-trust-store-file=/etc/ssl-ca-bundle.crt" # Mail 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} @@ -169,7 +184,12 @@ else ipkg ${MSMTP} fi -ipkg ${GNUPG} "--libexecdir=/usr/lib" +ipkg -m acnb ${PTH} "\ + --disable-static \ + --mandir=/usr/share/man" +ipkg ${LIBASSUAN} +ipkg ${LIBKSBA} +ipkg ${GNUPG} "-enable-symcryptrun" ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl --enable-hcache" ipkg ${YASM} @@ -178,19 +198,17 @@ ipkg ${YASM} if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then if [ "x${SOUND_CARD}" = "xyes" ]; then # Utilitaires - ipkg -m acnb ${NASM} - ipkg ${ALSA_LIB} ipkg -m acnb ${ALSA_UTILS} - ipkg -m acnb ${CDPARANOIA} + ipkg -j -m acnb ${CDPARANOIA} ipkg -m noac -s "ladspa" ${LADSPA} # Audio file formats ipkg ${LIBOGG} ipkg ${LIBVORBIS} - ipkg -m acnb ${FLAC} + ipkg -m acnb ${FLAC} "--disable-thorough-test" ipkg ${LIBSNDFILE} ipkg -m acnb ${VAMP} @@ -205,7 +223,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" @@ -220,6 +238,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${ALSA_PLUGINS} ipkg ${VORBIS_TOOLS} + ipkg ${VORBISGAIN} ipkg ${MOC} fi