base-chroot-musl: add kernel-libc-headers
If you look at the pkgs set up by ./xbps-src binary-bootstrap x86_64-musl, you will see kernel-libc-headers being installed, so they should be built as part of base-chroot-musl.
This commit is contained in:
@@ -15,7 +15,7 @@ provides="base-chroot-${version}_${revision}"
|
|||||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl mipselhf-musl"
|
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl mipselhf-musl"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files musl-devel musl-legacy-compat
|
base-files kernel-libc-headers musl-devel musl-legacy-compat
|
||||||
gcc patch chroot-bash chroot-grep coreutils findutils
|
gcc patch chroot-bash chroot-grep coreutils findutils
|
||||||
gettext chroot-texinfo sed chroot-gawk diffutils
|
gettext chroot-texinfo sed chroot-gawk diffutils
|
||||||
make gzip file tar chroot-util-linux chroot-distcc
|
make gzip file tar chroot-util-linux chroot-distcc
|
||||||
|
|||||||
Reference in New Issue
Block a user