X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fstage3-install;h=4f7a4c5cbe270f3ed1be0beaa171bb80d652c3bc;hb=b5bfb2006502b57fab234345a2393fd04e6d55ad;hp=556e764ccb8e46dbc074c7776de23952f6c3718f;hpb=d7a3a800ee0aa94f1cdd666108d2d515926967b9;p=hvlinux.git diff --git a/stage3/stage3-install b/stage3/stage3-install index 556e764..4f7a4c5 100755 --- a/stage3/stage3-install +++ b/stage3/stage3-install @@ -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" @@ -120,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 $?