X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Finstall-1;h=dafcad6b60d8716de0f765d6fcc1192a11974be1;hb=dcb712429d2e23fb777447ad97365e0fcb0e4df9;hp=abc1b9b265775a61c5dd22bbdee2d2eb1eedb7cc;hpb=0028eaa73ae0c3bd1dbf90c4bd508ae705bc386f;p=hvlinux.git diff --git a/stage2/install-1 b/stage2/install-1 index abc1b9b..dafcad6 100755 --- a/stage2/install-1 +++ b/stage2/install-1 @@ -1,5 +1,4 @@ #!/bin/bash -set -o errtrace # Let shell functions inherit ERR trap. Same as `set -E'. # Reading system configuration informations, functions and package versions. source ../sysinfos @@ -38,7 +37,7 @@ unset CC unset CXX unset LDFLAGS -ipkg ${ZLIB} +ipkg -m acnb ${ZLIB} ipkg ${BINUTILS} ipkg ${GCC} rscr mult "Testing toolchain" toolchain-test @@ -51,7 +50,7 @@ ipkg ${COREUTILS} ipkg -m noac ${IANA} ipkg ${MFOUR} ipkg ${BISON} -ipkg ${PROCPS} +ipkg -m noac ${PROCPS} ipkg ${LIBTOOL} ipkg ${FLEX} ipkg -m noac ${IPROUTE2}