Changeset 6b5b87a6 for general


Ignore:
Timestamp:
11/27/2004 09:53:52 AM (19 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
802e40b9
Parents:
79887b2
Message:

Added nptl patch to j2sdk additional downloads

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3042 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/j2sdk.xml

    r79887b2 r6b5b87a6  
    8181<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-gcc33-1.patch"/></para></listitem>
    8282<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-motif_mkmsgcat-1.patch"/></para></listitem>
     83<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-nptl-1.patch"/></para></listitem>
    8384<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-remove_debug_image-1.patch"/></para></listitem>
    8485<listitem><para><ulink url="&patch-root;/j2sdk-&j2sdk-src-version;-remove_fixed_paths-1.patch"/></para></listitem>
     
    126127configuration section.</para>
    127128
    128 <para>Add the recently compiled <acronym>JDK</acronym> to the path.</para>
     129<para>Add the recently installed <acronym>JDK</acronym> to the path.</para>
    129130
    130131<screen><userinput><command>export JAVA_HOME=/opt/j2sdk/j2sdk-precompiled-${MV} &amp;&amp;
     
    133134<para>Unzip the source:</para>
    134135
    135 <screen><userinput><command>VERSION=&j2sdk-src-version; &amp;&amp;
     136<screen><userinput><command>mkdir j2sdk-build &amp;&amp;
     137cd j2sdk-build &amp;&amp;
     138VERSION=&j2sdk-src-version; &amp;&amp;
    136139V=`echo $VERSION | sed -e "s/\./_/g"` &amp;&amp;
    137 unzip j2sdk-${V}-src-scsl.zip &amp;&amp;
    138 unzip j2sdk-${V}-mozilla_headers-unix.zip &amp;&amp;
    139 unzip j2sdk-${V}-bin-scsl.zip</command></userinput></screen>
     140unzip ../j2sdk-${V}-src-scsl.zip &amp;&amp;
     141unzip ../j2sdk-${V}-mozilla_headers-unix.zip &amp;&amp;
     142unzip ../j2sdk-${V}-bin-scsl.zip</command></userinput></screen>
    140143
    141144<para>Apply all the patches downloaded above.</para>
    142145
    143 <screen><userinput><command>for PATCH in fix_inline_asm-1 gcc33-1 \
    144              motif_mkmsgcat-1 remove_debug_image-1 remove_fixed_paths-1 \
    145              static_cxx-1 nptl-1
     146<screen><userinput><command>for PATCH in ../j2skd-&j2sdk-src-version;*.patch
    146147do
    147    patch -Np1 -i j2sdk-&j2sdk-src-version;-$PATCH.patch
     148   patch -Np1 -i $PATCH
    148149done</command></userinput></screen>
    149150
     
    247248<sect3><title>Configuration Information</title>
    248249
    249 <para>We have two Java 2 <acronym>SDK</acronym>'s installed in
    250 <filename>/opt/j2sdk</filename>. Decide on which one you
     250<para>There are now two Java 2 <acronym>SDK</acronym>'s installed in
     251<filename>/opt/j2sdk</filename>. You should decide on which one you
    251252would like to use as the default. For example if you decide to use the source
    252253compiled <application>J2SDK</application>, do the following:</para>
     
    267268<filename class="directory">$JAVA_HOME/jre/plugin/i?86/ns610/</filename>.
    268269Make a symbolic link to the file in that directory from your plugins directory.
    269 Note that plugin must be a symlink for it to work. If not, the browsers
    270 just crash when a Java plugin is attempted to be loaded.</para>
     270Note that the plugin must be a symlink for it to work. If not, the browsers
     271just crash when you attempt to load a Java plugin.</para>
    271272
    272273</sect3>
Note: See TracChangeset for help on using the changeset viewer.