mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
scripts/bootstrap.sh: move pax-utils to main list
scanelf (part of pax-utils) is a dependency of musl-utils, which is installed in the "minirootfs" profile of mkimage.sh. So, it makes sense to build pax-utils as part of a regular bootstrap.
This commit is contained in:
parent
5ee2ce3f83
commit
df1f7e6fa5
@ -15,9 +15,9 @@ shift
|
||||
|
||||
# optional cross build packages
|
||||
#: ${KERNEL_PKG=linux-firmware linux-lts}
|
||||
#: ${COMPILER_PKG=libffi brotli libev c-ares cunit nghttp2 libidn2 libunistring libpsl curl libssh2 libxml2 pax-utils llvm15 community/ghc llvm20 rust community/go}
|
||||
#: ${COMPILER_PKG=libffi brotli libev c-ares cunit nghttp2 libidn2 libunistring libpsl curl libssh2 libxml2 llvm15 community/ghc llvm20 rust community/go}
|
||||
# FIXME: Maybe subdivide into ghc, rust, and go stuff
|
||||
: ${MKINITFS=libcap-ng ncurses readline sqlite util-linux libaio lvm2 popt xz json-c argon2 cryptsetup kmod lddtree mkinitfs}
|
||||
: ${MKINITFS=libcap-ng ncurses readline sqlite util-linux libaio lvm2 popt xz json-c argon2 cryptsetup kmod lddtree mkinitfs pax-utils}
|
||||
#: ${OPENSSH=openssh}
|
||||
|
||||
if [ -z "$TARGET_ARCH" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user