Add functions to extract package version with underscore
[hvlinux.git] / stage2 / hv-install-1
index b1d2ca2..9329e56 100755 (executable)
@@ -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"