glibc-32: updated kernel headers to 4.14.14

This commit is contained in:
Fredrik Rinnestam 2018-01-20 18:00:58 +01:00
parent ae1cac097b
commit b69f518f32
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
798312c03d653b0cabce33ee699a8650 glibc-2.26-7.patch
102f637c3812f81111f48f2427611be1 glibc-2.26.tar.xz
ac19b5dac0b160aa59a2e265998c3e91 kernel-headers-4.9.5.tar.xz
4069cacf446c8573006d01b891dc1675 kernel-headers-4.14.14.tar.xz
a8f4549c716cd37244fbf1ed059497f8 lib32.conf

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqqky9X0DwdEyVa8aYWmYcgp+Dd6j5ys/CSWuWWt1UQP0CTW97VYUmzx5mS8GGBjZUsTHlI0qmBk/17qrxE7HSww=
SHA256 (Pkgfile) = 0228c290f67a753a8d8f6853cd9755aafc1ad2e68f35f1ac7b9fc3cebe30cb17
RWRJc1FUaeVeqvEVgSNvWgnFANoNdk1rg7xXlMUnyXG+SVvrUPHSSsqCMGM1NIDQZZuTIKhOfgER0JFfs9xWrHGf22OZH2cPig4=
SHA256 (Pkgfile) = 7271486c361af747acb302632f8cff3fd20d22e35c4ff25005067818de9150f8
SHA256 (.footprint) = d8373022b083aa83f74e13eab15f0b785d08adee0efe44dd762aef5ee286c258
SHA256 (glibc-2.26.tar.xz) = e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
SHA256 (kernel-headers-4.9.5.tar.xz) = 5783ad8f668ee71561fae370fbcdc477aaa6df249bd85635b87a8c204aeb4aa9
SHA256 (kernel-headers-4.14.14.tar.xz) = b65e9e119f1c711caecfb50102d4c50ef907386a5d5f0c8d605a2535fa4089a5
SHA256 (glibc-2.26-7.patch) = 249d6fea97cd31d070d29820cef81683998a189743527a1bb58ae3a9af03a311
SHA256 (lib32.conf) = 2f174d2bcefe1c29327690514f34d6970fffdd54398320ca23a11b5f1e3c9b2d

View File

@ -6,7 +6,7 @@ name=glibc-32
version=2.26
release=7
source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
http://crux.nu/files/distfiles/kernel-headers-4.9.5.tar.xz \
http://crux.nu/files/distfiles/kernel-headers-4.14.14.tar.xz \
glibc-2.26-$release.patch lib32.conf)
build() {
@ -22,7 +22,7 @@ build() {
../glibc-${version:0:4}/configure --prefix=/usr \
--libdir=/usr/lib32 \
--libexecdir=/usr/lib32 \
--with-headers=$SRC/kernel-headers-4.9.5/include \
--with-headers=$SRC/kernel-headers-4.14.14/include \
--enable-kernel=3.12 \
--enable-add-ons \
--disable-profile \