Author: dnicholson
Date: 2006-03-15 07:57:50 -0700 (Wed, 15 Mar 2006)
New Revision: 5725
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/graphlib/libexif.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fix libexif ticket #1785
Modified: trunk/BOOK/general/graphlib/libexif.xml
===================================================================
--- trunk/BOOK/general/graphlib/libexif.xml 2006-03-15 14:41:59 UTC (rev
5724)
+++ trunk/BOOK/general/graphlib/libexif.xml 2006-03-15 14:57:50 UTC (rev
5725)
@@ -75,7 +75,9 @@
<para>Install <application>libexif</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&/' \
+ doc/Makefile.in &&
+./configure --prefix=/usr \
--with-doc-dir=/usr/share/doc/libexif-&libexif-version; &&
make</userinput></screen>
@@ -93,6 +95,17 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><command>sed -i ... doc/Makefile.in</command>:
+ Installation of <application>libexif</application> will fail if
+ <application>Doxygen</application> is not present on the system due to
+ a packaging bug. The command does not affect the situation where
+ <application>Doxygen</application> is installed.</para>
+
+ </sect2>
+
<sect2 role="content">
<title>Contents</title>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-03-15 14:41:59 UTC (rev 5724)
+++ trunk/BOOK/general.ent 2006-03-15 14:57:50 UTC (rev 5725)
@@ -1,4 +1,4 @@
-<!ENTITY day "14"> <!-- Always 2 digits -->
+<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-03-15 14:41:59 UTC
(rev 5724)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-03-15 14:57:50 UTC
(rev 5725)
@@ -52,6 +52,16 @@
</listitem>
<listitem>
+ <para>March 15th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Added sed to libexif commands to fix
+ Ticket #1785.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 13th, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page