-Completed transition to new ipkg method (ipkg.def), but still problem with eglibc...
[hvlinux.git] / stage3 / stage3-install
index c6ad0d9..4f7a4c5 100755 (executable)
@@ -26,6 +26,9 @@ export SCRDIR=$(pwd)
 ipkg_cust  ${NANO} cis-nano --enable-color --enable-multibuffer
 ipkg_ac    ${WHICH}
 ipkg_cust  ${PCIUTILS} cis-pciutils
+ipkg_cust  ${LIBUSB} cis-libusb
+ipkg_ac    ${LIBUSB_COMPAT}
+ipkg_cust  ${USBUTILS} cis-usbutils
 ipkg_cust  ${REISERFSPROGS} cis-reiserfsprogs
 ipkg_cust  ${NET_TOOLS} cis-net-tools
 ipkg_cust  ${DHCP} cis-dhcp
@@ -82,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
@@ -90,6 +93,7 @@ ipkg_pm    ${PERL_MOD_PDL}
 ipkg_pm    ${PERL_MOD_XML_WRITER}
 ipkg_pm    ${PERL_MOD_XML_PARSER}
 
+ipkg_ac    ${INTLTOOL}
 ipkg_ac    ${PYTHON} "--enable-shared"
 
 # DocBook
@@ -106,6 +110,7 @@ ipkg_ac_nb ${LIBXSLT}
 ipkg_cust  ${DOCBOOK_XML}   cis-docbook-xml
 ipkg_cust  ${DOCBOOK_XSL}   cis-docbook-xsl
 ipkg_cust  ${XMLTOMAN}      cis-xmltoman
+ipkg_ac    ${XMLTO}
 
 # Graphic libraries
 ipkg_ac    ${LIBJPEG} "--enable-static --enable-shared"
@@ -115,9 +120,14 @@ ipkg_ac    ${LIBART}
 ipkg_ac    ${LIBEXIF}
 ipkg_ac    ${FRIBIDI}
 ipkg_ac_nb ${HICOLOR_ICON_THEME}
-ipkg_ac    ${LIBTIFF}
+ipkg_ac    ${TIFF}
 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 $?