Add a sed to fix building libgpg-error with gawk-5.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21473 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2019-04-19 15:27:02 +00:00
parent 6eea7dadf4
commit 3defa3b145
3 changed files with 19 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "18"> <!-- Always 2 digits -->
<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2019">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "April 18th, &year;">
<!ENTITY releasedate "April 19th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -80,6 +80,13 @@
<sect2 role="installation">
<title>Installation of libgpg-error</title>
<!-- fixed upstream, but needed for version 1.36 -->
<para>
First apply a sed to allow building with gawk-5.0:
</para>
<screen><userinput>sed -i 's/namespace/pkg_&amp;/' src/Makefile.{am,in} src/mkstrtable.awk</userinput></screen>
<para>
Install <application>libgpg-error</application> by running the
following commands:

View File

@ -41,6 +41,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>April 19th, 2019</para>
<itemizedlist>
<listitem>
<para>[pierre] - Add a sed to build libgpg-error against
gawk-5.0 (from a patch proposed by Ryan Marsaw).</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>April 18th, 2019</para>
<itemizedlist>