Passage à linux 3.4.7, stage2 testé OK.
[hvlinux.git] / stage2 / hv-install-1
index f80e46d..90d2c70 100755 (executable)
@@ -36,7 +36,10 @@ ipkg ${BINUTILS}
 ipkg ${GCC}
 rscr mult "Testing toolchain" toolchain-test
 ipkg ${SED} "--bindir=/bin"
-ipkg ${GLIB}
+ipkg ${LIBFFI}
+ipkg ${PYTHON}
+# Specify LIBFFI flags because pkg-config is not yet installed:
+LIBFFI_CFLAGS="-I/usr/include" LIBFFI_LIBS="-L/usr/lib -lffi" ipkg ${GLIB}
 ipkg ${PKG_CONFIG}
 ipkg ${NCURSES}
 ipkg ${UTIL_LINUX}