mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Make a consolidated patch for gpm
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23089 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4c22625cea
commit
725343afbd
@ -82,7 +82,7 @@
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/gpm-&gpm-version;-glibc_2.26-1.patch"/>
|
||||
<ulink url="&patch-root;/gpm-&gpm-version;-consolidated-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -113,20 +113,12 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of GPM</title>
|
||||
|
||||
<para>
|
||||
First, fix building with gcc-10.1 and later versions:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -e '/last_selection_time/s/^/extern /' \
|
||||
-i src/headers/daemon.h</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>GPM</application> by running
|
||||
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 &&
|
||||
<screen><userinput>patch -Np1 -i ../gpm-&gpm-version;-consolidated-1.patch &&
|
||||
./autogen.sh &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>May 10th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Make a consolidated patch for gpm.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to gcc-10.1.0. Partially fixes
|
||||
<ulink url="&blfs-ticket-root;13511">#13511</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user