Remove configure options from custom scripts
[hvlinux.git] / stage3 / hv-install-1
index 3769565..842a424 100755 (executable)
@@ -8,7 +8,7 @@ init_log_file
 
 ipkg -m noac ${BASHCOMPLETION}
 ipkg ${WHICH}
-ipkg -m acnb ${REISERFSPROGS}
+ipkg -m acnb ${REISERFSPROGS} "--sbindir=/sbin"
 ipkg -m acnb ${POPT}
 ipkg -m acnb ${LIBTIRPC} "--disable-static --disable-gssapi"
 ipkg ${PAM}
@@ -53,7 +53,7 @@ LIBS="-lpthread" ipkg -m acnb ${NFS_UTILS} " \
     --disable-nfsv41 \
     --sbindir=/sbin \
     --disable-gss"
-ipkg ${XINETD}
+ipkg ${XINETD} "--with-loadavg"
 if [ "x${USE_DYNAMIC_DNS}" = "xyes" ]; then
     ipkg ${DDCLIENT}
 fi
@@ -143,7 +143,11 @@ ipkg ${GIFLIB} "--disable-static"
 ipkg -m acnb ${LIBMNG} "--disable-static"
 
 ipkg ${FREETYPE} "--disable-static"
-ipkg ${FONTCONFIG}
+ipkg ${FONTCONFIG} "\
+    --localstatedir=/var \
+    --disable-docs \
+    --without-add-fonts \
+    --with-docdir=/usr/share/doc/${FONTCONFIG}"
 
 ipkg -m noac ${CKERMIT}
 
@@ -196,7 +200,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
         # Audio file formats
        ipkg ${LIBOGG}
        ipkg ${LIBVORBIS}
-       ipkg -m acnb ${FLAC}
+       ipkg -m acnb ${FLAC} "--disable-thorough-test"
 
        ipkg ${LIBSNDFILE}
         ipkg -m acnb ${VAMP}