From 19862e96e73efe49975c194b71e2eb45f9db7a26 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 22 Feb 2018 21:41:36 +0100 Subject: building stage2 up to zlib (with zlib still being broken because of missing git-version of libtool) --- build_stage2.sh | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'build_stage2.sh') diff --git a/build_stage2.sh b/build_stage2.sh index 349f8cd..d9b48c2 100755 --- a/build_stage2.sh +++ b/build_stage2.sh @@ -9,7 +9,29 @@ # to the $STAGE2_PACKAGES to speed up rebuild of the state of the stage 1 # system in case of destroying it. -PACKAGES="bash" +PACKAGES="bash +iana-etc filesystem linux-api-headers tzdata +ncurses readline joe +attr acl m4 gmp gdbm db perl openssl +libunistring gettext perl-locale-gettext help2man +autoconf automake libtool +" + +#~ zlib pambase cracklib libtirpc pam libcap coreutils +#~ util-linux e2fsprogs +#~ expat bzip2 lz4 xz pcre less gzip tar libarchive curl +#~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman +#~ elfutils +#~ sed texinfo grep findutils file diffutils ed patch +#~ fakeroot +#~ kbd procps-ng shadow +#~ inetutils bc kmod linux uinit nasm syslinux +#~ net-tools libmnl libnfnetlink iptables iproute2 +#~ libedit openssh +#~ make mpfr gawk libmpc binutils gcc glibc +#~ libunwind strace gdb" + +# git # build bash first as 'cd subpackage' in autoconf generated makefiles break # with cross-compiled bash -- cgit v1.2.3-54-g00ecf