Author: dnicholson
Date: 2007-06-15 15:16:25 -0600 (Fri, 15 Jun 2007)
New Revision: 6808
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Log:
Fixed Firefox and Thunderbird to ensure libXrender and libX11 are found
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-06-15 18:16:49 UTC
(rev 6807)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-06-15 21:16:25 UTC
(rev 6808)
@@ -48,6 +48,10 @@
<para>[dnicholson] - Mutt cleanups from Alexander Patrakov and
Ag Hatzim.</para>
</listitem>
+ <listitem>
+ <para>[dnicholson] - Fixed Firefox and Thunderbird to ensure that
+ libX11 and libXrender are found.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml 2007-06-15 18:16:49 UTC (rev
6807)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml 2007-06-15 21:16:25 UTC (rev
6808)
@@ -211,7 +211,7 @@
<screen><userinput>cat >> layout/build/Makefile.in << "EOF"
&&
ifdef MOZ_ENABLE_CANVAS
-EXTRA_DSO_LDOPTS += -lX11 -lXrender
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) -lX11 -lXrender
endif
EOF
sed -i "s/^ enum$/& xptinfo_enum_1/" \
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
===================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml 2007-06-15 18:16:49 UTC (rev
6807)
+++ trunk/BOOK/xsoft/other/thunderbird.xml 2007-06-15 21:16:25 UTC (rev
6808)
@@ -230,7 +230,7 @@
<screen><userinput>cat >> layout/build/Makefile.in << "EOF"
&&
ifdef MOZ_ENABLE_CANVAS
-EXTRA_DSO_LDOPTS += -lX11 -lXrender
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) -lX11 -lXrender
endif
EOF
sed -i "s/^ enum$/& xptinfo_enum_1/" \
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page