summaryrefslogtreecommitdiff
path: root/glibc-32
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2019-01-08 19:21:49 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2019-01-08 19:21:49 +0100
commit4815599bf96f33c631702c2751478abbd38c73ae (patch)
tree3907658dc6187c06dcbd511472ab208c76c69dbc /glibc-32
parent11279d2111efd04705a35014fadf367dd7960849 (diff)
downloadcore-4815599bf96f33c631702c2751478abbd38c73ae.tar.gz
core-4815599bf96f33c631702c2751478abbd38c73ae.tar.xz
glibc-32: use kernel headers from 4.19
Diffstat (limited to 'glibc-32')
-rw-r--r--glibc-32/.signature6
-rw-r--r--glibc-32/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/glibc-32/.signature b/glibc-32/.signature
index e0549e6c..2ac37671 100644
--- a/glibc-32/.signature
+++ b/glibc-32/.signature
@@ -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
diff --git a/glibc-32/Pkgfile b/glibc-32/Pkgfile
index c787bf25..b57542d2 100644
--- a/glibc-32/Pkgfile
+++ b/glibc-32/Pkgfile
@@ -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

Generated by cgit