glibc: update kernel-headers to 4.19.24

This commit is contained in:
Juergen Daubert 2019-02-22 17:25:51 +01:00
parent a20568e7ac
commit 6d0cc33c9e
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqsXPxRWHz0GQm9coRc9YNMY2OzD6hDtKdPHNveQr7Aoh1l+WT/+yf1Peuv0o5b7zYYis2eyUN/fj5BViOsCsBwk=
SHA256 (Pkgfile) = bcb38b2b4cbfa6dae9d764401f0a8394eb769d4bd80b208dafd876835af7fcb8
RWRJc1FUaeVeqnvChQ53yCid6bJ3psra2cW4CkiFoIHc//5gNi+PzWl7P1DX+4NW6j6S/904lSNWZabYrn86cvoctFn5VEheTwQ=
SHA256 (Pkgfile) = 1581365118c9435a8e88869256ef2a3c43830ce8ecf2295e16e245159fe35d68
SHA256 (.footprint) = bcc6f391b776a40d77e2c168609ff71a2ac7f0daa34f0b40b0605b41c361d208
SHA256 (glibc-2.28.tar.xz) = b1900051afad76f7a4f73e71413df4826dce085ef8ddb785a945b66d7d513082
SHA256 (linux-4.19.13.tar.xz) = f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2
SHA256 (linux-4.19.24.tar.xz) = 3bb1885fabd874b469a8ea19571c5a4ad5b6faa3cca1662137c57b40fcbf8e04
SHA256 (glibc-2.28-1.patch) = 41330a0a3b419087be7574a2da4b6c8d0921fd256eeb0d3f572a2b539d6c80ad
SHA256 (hosts) = 5c02b256c105f1d4a12fb738d71c1bab9eb126533074d7a0c8a14b92670c9431
SHA256 (resolv.conf) = 72ccb58768a72a771ec37142bc361a18478a07ec9de6e925a20760794389bf51

View File

@ -4,21 +4,21 @@
name=glibc
version=2.28
release=1
release=2
source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.13.tar.xz \
http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.24.tar.xz \
glibc-2.28-1.patch \
hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
build() {
# install kernel headers
cd linux-4.19.13
cd linux-4.19.24
make mrproper
make headers_check
make INSTALL_HDR_PATH=$PKG/usr headers_install
chown root:root $PKG/usr
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-$release.patch
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-1.patch
mkdir $SRC/build
cd $SRC/build