diff --git a/srcpkgs/kernel-libc-headers/patches/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch b/srcpkgs/kernel-libc-headers/patches/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch index c93e732de0e..e3448369e1e 100644 --- a/srcpkgs/kernel-libc-headers/patches/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch +++ b/srcpkgs/kernel-libc-headers/patches/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch @@ -7,6 +7,6 @@ +#ifdef __GLIBC__ #include +#endif + #include - /* - * 'kernel.h' contains some often-used function prototypes etc + #endif /* _UAPI_LINUX_KERNEL_H */ diff --git a/srcpkgs/kernel-libc-headers/template b/srcpkgs/kernel-libc-headers/template index 61d118a2cfd..aa9b0fc2081 100644 --- a/srcpkgs/kernel-libc-headers/template +++ b/srcpkgs/kernel-libc-headers/template @@ -1,6 +1,6 @@ # Template file for 'kernel-libc-headers' pkgname=kernel-libc-headers -version=5.10.4 +version=6.1 revision=1 bootstrap=yes short_desc="Linux API headers for userland development" @@ -8,7 +8,7 @@ maintainer="Érico Nogueira " license="GPL-2.0-only" homepage="http://www.kernel.org" distfiles="$KERNEL_SITE/kernel/v${version%%.*}.x/linux-${version}.tar.xz" -checksum=904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec +checksum=2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb if [ "$CHROOT_READY" ]; then hostmakedepends="perl"