Author: pierre
Date: Thu Aug 17 12:47:47 2017
New Revision: 19035
Log:
Fix gpm build with glibc 2.26 (patch from Nutyx) and tag gpm
Modified:
trunk/BOOK/general/sysutils/gpm.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general/sysutils/gpm.xml
==============================================================================
--- trunk/BOOK/general/sysutils/gpm.xml Wed Aug 16 21:41:37 2017 (r19034)
+++ trunk/BOOK/general/sysutils/gpm.xml Thu Aug 17 12:47:47 2017 (r19035)
@@ -38,7 +38,7 @@
instructions; it's often much easier (and less error prone) to cut and
paste
between two console windows than to type everything by hand!</para>
- &lfs80_checked;
+ &lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -62,17 +62,15 @@
</listitem>
</itemizedlist>
-<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
- <ulink
url="&patch-root;/gpm-&gpm-version;-fix_build_failures-1.patch"/>
+ <ulink url="&patch-root;/gpm-&gpm-version;-glibc_2.26-1.patch"/>
</para>
</listitem>
</itemizedlist>
--->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/GPM"/></para>
@@ -86,6 +84,7 @@
the following commands:</para>
<screen><userinput>sed -i -e 's:<gpm.h>:"headers/gpm.h":'
src/prog/{display-buttons,display-coords,get-versions}.c &&
+patch -Np1 -i ../gpm-&gpm-version;-glibc_2.26-1.patch &&
./autogen.sh &&
./configure --prefix=/usr --sysconfdir=/etc &&
make</userinput></screen>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 16 21:41:37
2017 (r19034)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Aug 17 12:47:47
2017 (r19035)
@@ -46,6 +46,10 @@
<para>August 17th, 2017</para>
<itemizedlist>
<listitem>
+ <para>[pierre] - Add fix for GlibC-2.26 in gpm. Thanks to
+ Thierry Nuttens at Nutyx for the patch.</para>
+ </listitem>
+ <listitem>
<para>[dj] - Add fix for GlibC-2.26 in libtirpc. Thanks to
Snarkster in IRC for the fix.</para>
</listitem>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page