glibc: relax kernel-libc-headers dependency version.
This commit is contained in:
parent
4203a2f06d
commit
efb2f85da7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ force_debug_pkgs=yes
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="bison perl"
|
hostmakedepends="bison perl"
|
||||||
fi
|
fi
|
||||||
makedepends="kernel-libc-headers>=3.17"
|
makedepends="kernel-libc-headers"
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Reference in a new issue