mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fixed compilation of cdrtools.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8120 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
767e8e018f
commit
68a6b081ff
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2009">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "October &day;rd, &year;">
|
||||
<!ENTITY releasedate "October &day;th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
|
@ -40,6 +40,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>November 8th, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Updated cdrtools-2.01-glibc-conflicts-3.patch.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 3rd, 2009</para>
|
||||
<itemizedlist>
|
||||
|
@ -61,7 +61,7 @@
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Required patch for fixing function conflicts with newer versions of Glibc:
|
||||
<ulink url="&patch-root;/cdrtools-&cdrtools-version;-glibc_conflicts-2.patch"/></para>
|
||||
<ulink url="&patch-root;/cdrtools-&cdrtools-version;-glibc_conflicts-3.patch"/></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -117,7 +117,7 @@
|
||||
<para>Cdrtools contains several functions that conflict with functions in
|
||||
Glibc. Apply the following patch to correct this:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../cdrtools-&cdrtools-version;-glibc_conflicts-2.patch</userinput></screen>
|
||||
<screen><userinput>patch -Np1 -i ../cdrtools-&cdrtools-version;-glibc_conflicts-3.patch</userinput></screen>
|
||||
|
||||
<para>Install <application>Cdrtools</application> by running the following
|
||||
commands:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user