musl: kernel-libc-headers must be built for target.

... otherwise musl-devel won't resolve the dependency
when building via `bootstrap`.
This commit is contained in:
Juan RP 2019-12-25 06:33:16 +01:00
parent a111b2b5e1
commit dca3716a17
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -6,6 +6,7 @@ archs="*-musl"
build_style=gnu-configure
configure_args="--prefix=/usr --disable-gcc-wrapper"
bootstrap=yes
makedepends="kernel-libc-headers"
short_desc="Musl C library"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"