Remove stage1 bison
[hvlinux.git] / stage1 / hv-install-2
index 1411a4e..af4179e 100755 (executable)
@@ -24,7 +24,6 @@ ipkg ${NCURSES} "\
     --enable-overwrite \
     --with-build-cc=gcc"
 ipkg ${BASH} "--without-bash-malloc"
-ipkg ${BISON}
 ipkg -m noac ${BZIP2}
 ipkg -m acnb -j ${COREUTILS} "--enable-install-program=hostname"
 ipkg ${DIFFUTILS}
@@ -32,7 +31,7 @@ ipkg ${FINDUTILS}
 ipkg ${FILE_PKG}
 ipkg ${FLEX}
 ipkg ${GAWK}
-ipkg ${GETTEXT}
+ipkg -d gettext-tools ${GETTEXT} "--disable-shared"
 ipkg ${GREP} "\
     --disable-perl-regexp \
     --without-included-regex"
@@ -57,12 +56,13 @@ PKG_CONFIG=true \
         --disable-sulogin \
         --disable-su \
         --disable-makeinstall-chown"
-ipkg ${SHADOW} "\
+ipkg -i ${LFS} ${SHADOW} "\
     --sysconfdir=/etc \
     --cache-file=config.cache"
-ipkg ${E2FSPROGS}
+LDFLAGS="-Wl,-lpthread,-ldl" \
+    ipkg ${E2FSPROGS}
 ipkg -m noac ${SYSVINIT}
-ipkg ${KMOD}
+ipkg -i ${LFS} ${KMOD} "--bindir=/bin"
 ipkg ${EUDEV}
 ipkg -c -m noac ${KERNEL}