From 0da88303478aedc4752022f30f41793635fb0cb9 Mon Sep 17 00:00:00 2001 From: bdubbs Date: Sun, 4 Aug 2019 21:15:40 +0000 Subject: [PATCH] Fix a problem introduced by linux-5.2 by adding an include file to a glibc header. git-svn-id: svn://svn.linuxfromscratch.org/LFS/trunk/BOOK@11651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/glibc.xml | 10 +++++----- general.ent | 4 ++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5c2e6ee0f..f96be8fdd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,16 @@ --> + 2019-08-04 + + + [bdubbs] - Fix a problem introduced by linux-5.2 by + adding an include file to a glibc header. + + + + + 2019-08-03 diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 93d83f80f..9af4e6335 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -60,12 +60,12 @@ Fix a minor security issue with glob functions: patch -Np1 -i ../&glibc-glob-patch; ---> + Fix a problem introduced with the linux-5.2 kernel: + +sed -i '/asm.socket.h/a# include <linux/sockios.h>' \ + sysdeps/unix/sysv/linux/bits/socket.h + Create a symlink for LSB compliance. Additionally, for x86_64, create a compatibility symlink required for the dynamic loader to function correctly: diff --git a/general.ent b/general.ent index ae7cfb48c..7caf3818a 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + @@ -7,7 +7,7 @@ - + -- 2.11.4.GIT