Replace libjpeg with libjpeg-turbo for firefox
[hvlinux.git] / stage3 / hv-install-1
index c7a2f61..eae66e9 100755 (executable)
@@ -12,6 +12,7 @@ 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}
@@ -44,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 \
@@ -99,7 +100,6 @@ ipkg -m noac ${COLORDIFF}
 ipkg ${INTLTOOL}
 
 ipkg -m acnb ${GIT} "--libexecdir=/usr/lib --with-gitconfig=/etc/gitconfig"
-ipkg -m noac ${MERCURIAL}
 
 ipkg ${DIALOG}
 
@@ -124,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}
@@ -166,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