X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage3%2Fhv-install-1;h=eae66e9bdfb1c1a742bfae1778596e2b6dee75fe;hb=20bd2d7bab457d5b1028552abfc48cb53eedb4ea;hp=a609765bf7b6f5fe50e4e46f8f19b941e857a03c;hpb=ee738742fa90a09ae267a05ff2a7b4e1039a7a65;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index a609765..eae66e9 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -6,11 +6,13 @@ source /etc/profile check_for_root_user init_log_file +ipkg -m noac ${BASHCOMPLETION} ipkg ${WHICH} ipkg -m acnb ${REISERFSPROGS} ipkg -m acnb ${POPT} CFLAGS="${CFLAGS} -fPIC" ipkg -m acnb ${LIBTIRPC} ipkg ${PAM} +ipkg ${SHADOW} ipkg -m noac ${OPENSSL} ipkg ${WGET} "--with-ssl=openssl" ipkg -m noac ${PCIUTILS} @@ -21,8 +23,8 @@ ipkg -j ${FCRON} ipkg ${OPENSSH} ipkg -s lynx ${LYNX} ipkg ${EXPAT} -ipkg ${APR} "--with-installbuilddir=/usr/lib/apr-1/build" -ipkg ${APR_UTIL} "--with-apr=/usr/bin/apr-1-config" +ipkg ${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} CFLAGS="${CFLAGS} -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" \ @@ -43,7 +45,7 @@ ipkg ${PCRE} "--docdir=/usr/share/doc/pcre \ # Networking ipkg -m noac -s tcp_wrappers ${TCPWRAPPERS} ipkg -m acnb ${RPCBIND} "--bindir=/sbin" -LIBS="-lpthread" ipkg -m acnb ${NFS_UTILS} "\ +LIBS="-lpthread" ipkg -m acnb ${NFS_UTILS} " \ --disable-nfsv4 \ --disable-nfsv41 \ --sbindir=/sbin \ @@ -72,6 +74,7 @@ ipkg -m acnb ${MYSQL} ipkg -m noac ${ZIP} ipkg -m noac ${UNZIP} ipkg -m noac ${UNRAR} +ipkg -m noac ${P7ZIP} ipkg ${CPIO} "\ --bindir=/bin \ --libexecdir=/tmp \ @@ -81,7 +84,6 @@ ipkg ${CPIO} "\ ipkg ${SCREEN} ipkg ${PARTED} "--disable-device-mapper" -ipkg ${BC} "--with-readline" INIT_D_PATH=/etc/rc.d/init.d \ ipkg -m acnb ${FUSE} ipkg -m noac ${DOSFSTOOLS} @@ -99,6 +101,8 @@ ipkg ${INTLTOOL} ipkg -m acnb ${GIT} "--libexecdir=/usr/lib --with-gitconfig=/etc/gitconfig" +ipkg ${DIALOG} + # DocBook ipkg -m acnb ${SGML_COMMON} ipkg -m noac -s sgml-dtd3 ${SGML_DTD3} @@ -120,7 +124,10 @@ ipkg ${LIBPNG} ipkg ${TIFF} ipkg -m acnb ${LCMS} ipkg ${LCMS2} -ipkg ${LIBJPEG} "--enable-static --enable-shared" +ipkg ${LIBJPEG} \ + --mandir=/usr/share/man \ + --with-jpeg8 \ + --disable-static ipkg -m acnb ${LIBOPENJPEG} ipkg ${LIBART} ipkg ${LIBEXIF} @@ -162,6 +169,8 @@ fi ipkg ${GNUPG} "--libexecdir=/usr/lib" ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl --enable-hcache" +ipkg ${YASM} + # Audio if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then if [ "x${SOUND_CARD}" = "xyes" ]; then @@ -195,6 +204,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${LIBTHEORA} ipkg ${XVIDCORE} + ipkg ${LIBX264} "--enable-shared" + # Audio libraries ipkg -m acnb ${AUDIOFILE} ipkg ${PORTAUDIO}