X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-1;h=90d2c70ed7a516ea8acebdbebb65e3d61d88a46d;hb=c6741cb82c13737af3d22ba52c34dd1fe22fc887;hp=f80e46da83a35662992eb2f1f9a5cbc0d3e99d53;hpb=c067dad73229245fa72b560b3e745272a58bbe2f;p=hvlinux.git diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index f80e46d..90d2c70 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -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}