Author: renodr
Date: Wed Aug 22 07:38:35 2018
New Revision: 20367
Log:
Add a build fix for dvd+rw-tools
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/cdwriteutils/dvd+rw-tools.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed Aug 22 07:10:43 2018 (r20366)
+++ trunk/BOOK/general.ent Wed Aug 22 07:38:35 2018 (r20367)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "21"> <!-- Always 2 digits -->
+<!ENTITY day "22"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "August 21st, &year;">
+<!ENTITY releasedate "August 22nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 22 07:10:43
2018 (r20366)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 22 07:38:35
2018 (r20367)
@@ -42,6 +42,15 @@
</listitem>
-->
<listitem>
+ <para>August 22nd, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Add fix for glibc-2.28 to dvd+rw-tools.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 21st, 2018</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/cdwriteutils/dvd+rw-tools.xml
==============================================================================
--- trunk/BOOK/multimedia/cdwriteutils/dvd+rw-tools.xml Wed Aug 22 07:10:43
2018 (r20366)
+++ trunk/BOOK/multimedia/cdwriteutils/dvd+rw-tools.xml Wed Aug 22 07:38:35
2018 (r20367)
@@ -93,7 +93,8 @@
commands:
</para>
-<screen><userinput>sed -i '/stdlib/a #include <limits.h>' transport.hxx
&&
+<screen><userinput>sed -i '/stat.h/a #include <sys/sysmacros.h>/'
growisofs.c &&
+sed -i '/stdlib/a #include <limits.h>' transport.hxx &&
make all rpl8 btcflash</userinput></screen>
<para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page