mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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:
parent
a111b2b5e1
commit
dca3716a17
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ archs="*-musl"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
makedepends="kernel-libc-headers"
|
||||||
short_desc="Musl C library"
|
short_desc="Musl C library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue