Hi.

Attached is the diff for chapter 09

librsvg and imlib1 are not tested right now - I'll do this after gtk is
installed...

The FriBidi-Package is missing on the server, I reported it to
blfs-support...


'till next time,

Torsten.
Index: BLFS.xml
===================================================================
--- BLFS.xml	(revision 2004)
+++ BLFS.xml	(working copy)
@@ -112,8 +112,8 @@
       <xi:include href="chapter09/libtiff.xml" />
       <xi:include href="chapter09/libungif.xml" />
       <xi:include href="chapter09/giflib.xml" />
+      <xi:include href="chapter09/lcms.xml" />
       <xi:include href="chapter09/libmng.xml" />
-      <xi:include href="chapter09/lcms.xml" />
       <xi:include href="chapter09/freetype.xml" />
       <xi:include href="chapter09/fontconfig.xml" />
       <xi:include href="chapter09/libart_lgpl.xml" />
Index: chapter09/libmng.xml
===================================================================
--- chapter09/libmng.xml	(revision 2004)
+++ chapter09/libmng.xml	(working copy)
@@ -31,15 +31,13 @@
       <stageinfo>
         <base>&build_dir;/&libmng-directory;</base>
       </stageinfo>
-      <permissions mode="755">
-	<name>autogen.sh</name>
-      </permissions>
-      <execute command="sh autogen.sh" />
-      <configure>
-        <param>--prefix=/usr</param>
-      </configure>
+      <copy>
+        <source>makefiles/makefile.linux</source>
+        <destination>Makefile</destination>
+      </copy>
       <make />
       <make>
+        <param>prefix=/usr</param>
         <param>install</param>
       </make>
       <copy>
Index: chapter09/libpng.xml
===================================================================
--- chapter09/libpng.xml	(revision 2004)
+++ chapter09/libpng.xml	(working copy)
@@ -35,8 +35,8 @@
       </stageinfo>
       <make>
 	<param>prefix=/usr</param>
-	<param>ZLIBINC=/usr/include</param>
-	<param>ZLIBLIB=/usr/lib</param>
+	<param>ZLIBINC=</param>
+	<param>ZLIBLIB=</param>
 	<param>-f scripts/makefile.linux</param>
       </make>
       <make>
Index: chapter09/imlib2.xml
===================================================================
--- chapter09/imlib2.xml	(revision 2004)
+++ chapter09/imlib2.xml	(working copy)
@@ -14,7 +14,7 @@
   <package name="imlib2" version="&imlib2-version;">
     <packageinfo>
       <requires>
-        <name>freetype2</name>
+        <name>freetype</name>
       </requires>
       <requires>
         <name>libpng</name>
@@ -45,6 +45,8 @@
       </stageinfo>
       <configure>
         <param>--prefix=/usr</param>
+        <!-- uncomment if you don't have x installed -->
+        <!-- <param>- -without-x</param> -->
       </configure>
       <make />
       <make>
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to