Changeset 5f51d218


Ignore:
Timestamp:
05/23/2004 08:35:30 PM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
58648592
Parents:
fc20429
Message:

Added ash patch for j2sdk

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk/j2sdk-inst.xml

    rfc20429 r5f51d218  
    8181cd ../../..</command></userinput></screen>
    8282
    83 <warning><para>The build will fail if you use <application>ash</application>
    84 as your default shell. The problem is currently under investigation. The
    85 only working solution for now is to link <filename>/bin/sh</filename> to
    86 <filename>/bin/bash</filename> during compilation.</para></warning>
    87 
    8883<para>Make and Install <application>J2SDK</application> with the following
    8984commands. There will be a lot of messages about missing files that look like
  • general/prog/jdk/j2sdk-intro.xml

    rfc20429 r5f51d218  
    6060<listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-remove-fixed-paths-1.patch"/></para></listitem>
    6161<listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-static_cxx.patch"/></para></listitem>
     62<listitem><para><ulink url="&patch-root;/j2sdk-1.4.2-ash.patch"/> (Only required if /bin/sh is symlinked to <xref linkend="ash"/>)</para></listitem>
    6263</itemizedlist>
    6364</sect3>
  • introduction/important/position.xml

    rfc20429 r5f51d218  
    6767
    6868<para>All of the <acronym>BLFS</acronym> instructions install programs in
    69 <filename>/usr</filename> or <filename>/opt</filename> unless specifically
    70 stated otherwise.</para>
     69<filename>/usr</filename> with optional instructions to install into
     70<filename>/opt</filename> for some specific packages.</para>
    7171
    7272</sect1>
  • introduction/welcome/changelog.xml

    rfc20429 r5f51d218  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>May 23rd, 2004 [tushar]: Added ash patch for j2sdk.</para></listitem>
    1315
    1416<listitem><para>May 23rd, 2004 [igor]: Updated to KDE-3.2.2 and
Note: See TracChangeset for help on using the changeset viewer.