glibc: update kernel headers to 4.4.31

This commit is contained in:
Juergen Daubert 2016-11-12 12:12:59 +01:00
parent 92e6c12416
commit b742b615f1
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ aaad345ff18993dafe3e44ac947f7157 glibc-2.20-multilib-dirs.patch
97dc5517f92016f3d70d83e3162ad318 glibc-2.24.tar.xz
96156bec8e05de67384dc93e72bdc313 host.conf
fbbc215a9b15ba4846f326cc88108057 hosts
935f8c95a801d7b1675c487a144c6f17 kernel-headers-4.4.14.tar.xz
4b58317c9ac045d5dcc4f3ee24d4c046 kernel-headers-4.4.31.tar.xz
f7fefce570a3c776e26e778c5e401490 ld.so.conf
75931315bf9bc9be15a5e25e4ddd5f0d nsswitch.conf
acf9daad1ee85de5efd3543965596a63 resolv.conf

View File

@ -1,9 +1,9 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqjsXNoDzpdhuBrelM8RSFdUFZ+enAxEbyDqiYlQH4aYk4/AEcoZlJUCWtySUEVzUHhhTkWo9HtzUUeyR+EM+rw4=
SHA256 (Pkgfile) = dd10b2f1fddcdbcb588ec4762cbc03dff4cd05c5865ebc008ad6d0e7a8531b97
RWRJc1FUaeVeqmosLr1ywF9wPaWy5CzGqG7dO6cOZYx2IV00RouE4pNjFyFzUjwLlGxo+qlLvpBmZKD4seU6TwtikCgwrXj4Lg4=
SHA256 (Pkgfile) = 2baaa40ec4885e6ad29bdef74d7dd898829ce42f1c8373de4cbb2f6c7367a0ea
SHA256 (.footprint) = ba3269ac1aaa830d2cd85eee24b13c18fe387a668a4119e6ca0b33dce9629852
SHA256 (glibc-2.24.tar.xz) = 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3
SHA256 (kernel-headers-4.4.14.tar.xz) = 82ffcae06f60f54c47d79c891bcf487d6f770f49d0b4e33c73110af434600633
SHA256 (kernel-headers-4.4.31.tar.xz) = 962500dd8c812751a6c0fa3d02304f3dac1fd74d7f79d81a2ada2bb93d81da9c
SHA256 (glibc-2.20-multilib-dirs.patch) = 9cf0fbbb0fbb19f29cc540240fbe9a2256cdde5e7395e30970df1a4f3d8292c3
SHA256 (hosts) = 5c02b256c105f1d4a12fb738d71c1bab9eb126533074d7a0c8a14b92670c9431
SHA256 (resolv.conf) = 72ccb58768a72a771ec37142bc361a18478a07ec9de6e925a20760794389bf51

View File

@ -4,19 +4,19 @@
name=glibc
version=2.24
release=1
release=2
source=(http://ftp.gnu.org/gnu/glibc/glibc-2.24.tar.xz \
http://crux.nu/files/distfiles/kernel-headers-4.4.14.tar.xz \
http://crux.nu/files/distfiles/kernel-headers-4.4.31.tar.xz \
$name-2.20-multilib-dirs.patch \
hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
build() {
# install kernel headers
install -d $PKG/usr/
cp -r $SRC/kernel-headers-4.4.14/include $PKG/usr
cp -r $SRC/kernel-headers-4.4.31/include $PKG/usr
chown root:root $PKG/usr
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-2.20-multilib-dirs.patch
patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-2.20-multilib-dirs.patch
mkdir $SRC/build
cd $SRC/build