glibc-32: use kernel headers from 4.19

This commit is contained in:
Fredrik Rinnestam 2019-01-08 19:21:49 +01:00
parent 11279d2111
commit 4815599bf9
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqh5vwWPDzeCm08/P8J+5w/eBpYQqiuBN1O73du8121etjzN547LagOCI89pH4k+ChisFCHk4PA4C4Mse2VuT9gE=
SHA256 (Pkgfile) = 90a8963a269febcb2365c719a5e0a54ea6278f5b05e6b3a2661139ed7b7b1070
RWRJc1FUaeVeqndAv3JFKUfrLAQO5bXT0NojROWlikoqzEr/+E66dH5K+9sIXDBZhYBESM8Jmjcp/IN7A5vuKBusN4nffssrSwA=
SHA256 (Pkgfile) = d72079a30b98dcbec0affc16585716231e64ba4a1a8131f6ce797aaf480097a4
SHA256 (.footprint) = eeaaeb1230398faf684965809d8161c9f692347445a9ed437388ba3d9711b2f2
SHA256 (glibc-2.28.tar.xz) = b1900051afad76f7a4f73e71413df4826dce085ef8ddb785a945b66d7d513082
SHA256 (linux-4.14.14.tar.xz) = 8b96362eb55ae152555980e7193fe2585b487176fb936cc69b8947d7dd32044a
SHA256 (linux-4.19.13.tar.xz) = f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2
SHA256 (glibc-2.28-1.patch) = 41330a0a3b419087be7574a2da4b6c8d0921fd256eeb0d3f572a2b539d6c80ad
SHA256 (lib32.conf) = 2f174d2bcefe1c29327690514f34d6970fffdd54398320ca23a11b5f1e3c9b2d

View File

@ -6,12 +6,12 @@ name=glibc-32
version=2.28
release=1
source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.14.tar.xz \
http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.13.tar.xz \
glibc-2.28-1.patch lib32.conf)
build() {
# install kernel headers
cd linux-4.14.14
cd linux-4.19.13
make mrproper
make headers_check
make INSTALL_HDR_PATH=$PKG/usr headers_install