Author: fernando
Date: Sun Dec 1 06:44:52 2013
New Revision: 12316
Log:
OpenJDK-1.7.0.45/IcedTea-2.4.3: Fix to build with Xorg not installed at /usr.
Modified:
trunk/BOOK/general/prog/openjdk.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general/prog/openjdk.xml
==============================================================================
--- trunk/BOOK/general/prog/openjdk.xml Sun Dec 1 06:29:51 2013 (r12315)
+++ trunk/BOOK/general/prog/openjdk.xml Sun Dec 1 06:44:52 2013 (r12316)
@@ -322,6 +322,11 @@
<screen><userinput>patch -Np1 -i
../icedtea-&icedtea-version;-fix_tests-1.patch</userinput></screen>
+ <para>If <application>Xorg</application> is installed in a prefix other
+ than <filename class='directory'>/usr</filename>, the build will fail. Fix
+ this by issuing the following command:</para>
+
+<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
<para>Configure and build the package with the following commands
(--with-pkgversion and --with-version-suffix values can be modified to fit
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Dec 1 06:29:51
2013 (r12315)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Dec 1 06:44:52
2013 (r12316)
@@ -47,6 +47,11 @@
<para>December 1st, 2013</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - OpenJDK-1.7.0.45/IcedTea-2.4.3: Fix to build with
+ Xorg not installed at /usr.
+ Fixes <ulink url="&blfs-ticket-root;4393">#4393</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Fix WebKitGTK+-2.2.2 to build with FreeType-2.5.1.
Fixes <ulink url="&blfs-ticket-root;4392">#4392</ulink>.</para>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page