X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-1;h=9329e5698baeded0c0f424870104c301963bc8f0;hb=d93443fd15258fa1e553233d64efcd91be89ab18;hp=b1d2ca213f718d80497ea5a6ed92c09e0906c80e;hpb=d4c538dd077a095cacaa28bd6fff6f65e6fb3d84;p=hvlinux.git diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index b1d2ca2..9329e56 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -11,6 +11,7 @@ rscr mult "Performing pre-install" pre-install ipkg -m noac -l "kernel-headers" -s "kernel-headers" ${KERNEL} ipkg -m noac ${MANPAGES} ipkg ${GLIBC} +ipkg -m noac -s tzdata -c ${TZDATA} rscr once "Adjusting toolchain" toolchain-adjust rscr mult "Testing toolchain" toolchain-test @@ -20,7 +21,7 @@ export CXX="g++ -isystem /usr/include" export LDFLAGS="-Wl,-rpath-link,/lib" ipkg ${GMP} "--enable-cxx" -ipkg ${MPFR} "--enable-shared --with-gmp=/usr" +ipkg ${MPFR} "--with-gmp=/usr" ipkg ${MPC} ipkg ${ISL} ipkg ${CLOOG} "--with-isl=system"