Fix building nasm with gcc 8. report by thanos Baloukas.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20141 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2018-05-13 12:52:51 +00:00
parent cd0b256283
commit 0590db71d3
3 changed files with 20 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY day "13"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "May 12th, &year;">
<!ENTITY releasedate "May 13th, &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

@ -78,6 +78,14 @@
<screen><userinput>tar -xf ../nasm-&nasm-version;-xdoc.tar.xz --strip-components=1</userinput></screen>
<para>
Apply some upstream fixes, which are needed for compiling with gcc-8.1:
</para>
<screen><userinput>sed -e '/seg_init/d' \
-e 's/pure_func seg_alloc/seg_alloc/' \
-i include/nasmlib.h</userinput></screen>
<para>Install <application>NASM</application> by running
the following commands:</para>

View File

@ -41,6 +41,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>May 13th, 2018</para>
<itemizedlist>
<listitem>
<para>[pierre] - fix building nasm with gcc-8.1. Report by
Thanos Baloukas.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>May 12th, 2018</para>
<itemizedlist>