From fb4e1d41658286dba876e75a983100a3e37cdc84 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 4 Aug 2019 21:15:40 +0000 Subject: Fix a problem introduced by linux-5.2 by adding an include file to a glibc header. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06') 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: -- cgit v1.2.3-54-g00ecf