mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Required patch:
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -113,20 +113,12 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of GPM</title>
|
<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>
|
<para>
|
||||||
Install <application>GPM</application> by running
|
Install <application>GPM</application> by running
|
||||||
the following commands:
|
the following commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>sed -i -e 's:<gpm.h>:"headers/gpm.h":' src/prog/{display-buttons,display-coords,get-versions}.c &&
|
<screen><userinput>patch -Np1 -i ../gpm-&gpm-version;-consolidated-1.patch &&
|
||||||
patch -Np1 -i ../gpm-&gpm-version;-glibc_2.26-1.patch &&
|
|
||||||
./autogen.sh &&
|
./autogen.sh &&
|
||||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
@ -44,6 +44,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>May 10th, 2020</para>
|
<para>May 10th, 2020</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[pierre] - Make a consolidated patch for gpm.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[pierre] - Update to gcc-10.1.0. Partially fixes
|
<para>[pierre] - Update to gcc-10.1.0. Partially fixes
|
||||||
<ulink url="&blfs-ticket-root;13511">#13511</ulink>.</para>
|
<ulink url="&blfs-ticket-root;13511">#13511</ulink>.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user