Author: randy
Date: 2006-10-22 13:22:35 -0600 (Sun, 22 Oct 2006)
New Revision: 6350
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genutils/graphviz.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added a sed command to the Graphviz instructions so that the Java bindings will
build correctly if you have the JDK installed
Modified: trunk/BOOK/general/genutils/graphviz.xml
===================================================================
--- trunk/BOOK/general/genutils/graphviz.xml 2006-10-19 14:06:22 UTC (rev
6349)
+++ trunk/BOOK/general/genutils/graphviz.xml 2006-10-22 19:22:35 UTC (rev
6350)
@@ -8,7 +8,7 @@
<!ENTITY graphviz-download-ftp " ">
<!ENTITY graphviz-md5sum "ca921b4a9bcd86da4a1092bb17a57d83">
<!ENTITY graphviz-size "4.2 MB">
- <!ENTITY graphviz-buildsize "114 MB">
+ <!ENTITY graphviz-buildsize "124 MB">
<!ENTITY graphviz-time "2.1 SBU">
]>
@@ -121,10 +121,15 @@
<para>Install <application>Graphviz</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>sed -i 's|JAVA_LIBS=|& \
+if test -n "$JAVA_HOME"; then \
+ CPPFLAGS="$CPPFLAGS -I$JAVA_HOME/include -I$JAVA_HOME/include/linux" \
+fi|' configure &&
+./configure --prefix=/usr &&
make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>This package does not come with a test suite that provides
+ meaningful results.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-10-19 14:06:22 UTC (rev 6349)
+++ trunk/BOOK/general.ent 2006-10-22 19:22:35 UTC (rev 6350)
@@ -1,8 +1,8 @@
-<!ENTITY day "19"> <!-- Always 2 digits -->
+<!ENTITY day "22"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "October &day;th, &year;">
+<!ENTITY releasedate "October &day;nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "stable"> <!--
version|stable|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-19 14:06:22 UTC
(rev 6349)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-22 19:22:35 UTC
(rev 6350)
@@ -42,6 +42,17 @@
-->
<listitem>
+ <para>October 22nd, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added a sed command to the Graphviz instructions
+ so that the Java bindings will build correctly if you have the JDK
+ installed.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>October 19th, 2006</para>
<itemizedlist>
<listitem>
@@ -78,7 +89,7 @@
<listitem>
<para>[dnicholson] - Removed the note about installing UUID
from the XFS page as the only libuuid comes from E2fsprogs.
- We assume that E2fsprogs is installed from LFS. Closes
+ It is assumed that E2fsprogs is installed from LFS. Closes
#2176.</para>
</listitem>
<listitem>
@@ -88,7 +99,7 @@
</listitem>
<listitem>
<para>[dnicholson] - Updated to Postfix-2.3.3. Added configuration
- to automatically install html and README docs.</para>
+ to automatically install HTML and README docs.</para>
</listitem>
</itemizedlist>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page