On 13/05/2018 19:52, bdubbs--- via blfs-book wrote: > Author: bdubbs > Date: Sun May 13 10:52:20 2018 > New Revision: 20144 > > Log: > GCC 8 fixes > > Modified: > trunk/BOOK/general/prog/nasm.xml > trunk/BOOK/x/lib/freeglut.xml > > Modified: trunk/BOOK/general/prog/nasm.xml > ============================================================================== > --- trunk/BOOK/general/prog/nasm.xml Sun May 13 10:51:04 2018 (r20143) > +++ trunk/BOOK/general/prog/nasm.xml Sun May 13 10:52:20 2018 (r20144) > @@ -73,6 +73,10 @@ > <sect2 role="installation"> > <title>Installation of NASM</title> > > + <para>First, fix an issue when building with gcc 8:</para> > + > +<screen><userinput>sed -i '/seg_init/s/pure_func//' > include/nasmlib.h</userinput></screen> > + > <para>If you downloaded the optional documentation, put it into the > source tree:</para> > A fix had already been applied at r20141... We now have two fixes... Those at r20141 are from upstream.
Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
