mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
3f01429fb3
commit
fb4e1d4165
@ -43,6 +43,16 @@
|
|||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2019-08-04</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Fix a problem introduced by linux-5.2 by
|
||||||
|
adding an include file to a glibc header.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2019-08-03</para>
|
<para>2019-08-03</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -60,12 +60,12 @@
|
|||||||
<para>Fix a minor security issue with glob functions:</para>
|
<para>Fix a minor security issue with glob functions:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen>
|
||||||
--><!--
|
|
||||||
<para>First create a compatibility symlink to avoid references to /tools in
|
|
||||||
our final glibc:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">ln -sfv /tools/lib/gcc /usr/lib</userinput></screen>
|
|
||||||
-->
|
-->
|
||||||
|
<para>Fix a problem introduced with the linux-5.2 kernel:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i '/asm.socket.h/a# include <linux/sockios.h>' \
|
||||||
|
sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen>
|
||||||
|
|
||||||
<para>Create a symlink for LSB
|
<para>Create a symlink for LSB
|
||||||
compliance. Additionally, for x86_64, create a compatibility symlink
|
compliance. Additionally, for x86_64, create a compatibility symlink
|
||||||
required for the dynamic loader to function correctly:</para>
|
required for the dynamic loader to function correctly:</para>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!ENTITY version "SVN-20190803">
|
<!ENTITY version "SVN-20190804">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
@ -7,7 +7,7 @@
|
|||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "August 3rd, 2019">
|
<!ENTITY releasedate "August 4th, 2019">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "9.0">
|
<!ENTITY milestone "9.0">
|
||||||
|
Loading…
Reference in New Issue
Block a user