-Fixed errors in unzip and libmng for x86_64.
[hvlinux.git] / stage3 / stage3-install
index 0c30f5f..5c0f6b1 100755 (executable)
@@ -85,7 +85,7 @@ ipkg_ac    ${BC} --with-readline
 INIT_D_PATH=/etc/rc.d/init.d \
     ipkg_ac_nb ${FUSE}
 ipkg_cust  ${DOSFSTOOLS} cis-dosfstools
-ipkg_ac    ${CVS} --disable-server
+#ipkg_ac    ${CVS} --disable-server
 ipkg_cust  ${GIT} cis-git
 
 # Perl modules
@@ -125,6 +125,9 @@ ipkg_ac    ${GIFLIB}
 ipkg_ac_nb ${LCMS}
 ipkg_cust  ${LIBMNG}   cis-libmng
 
+ipkg_ac   ${FREETYPE}
+ipkg_cust ${FONTCONFIG} cis-fontconfig
+
 echo "Total build time: $(get_total_build_time ${LFS_LOG_FILE})h"
 
 exit $?