Ignore:
Timestamp:
03/21/2014 09:36:41 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
6f104dac
Parents:
710fb64
Message:

Fix some Icedtea-Openjdk dependencies
add 7.5 book to revision history

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r710fb64 r52a4df28  
    246246      An existing binary ( <xref linkend="java"/> or an earlier built
    247247      version of this package),
     248      <xref linkend="alsa-lib"/>,
    248249      <xref linkend="apache-ant"/>,
     250      <xref linkend="attr"/>,
    249251      <xref linkend="cacerts"/>,
    250252      <xref linkend="cpio"/>,
     
    252254      <xref linkend="gtk2"/>,
    253255      <xref linkend="giflib"/>,
    254       <xref linkend="nss"/>,
    255256      <xref linkend="unzip"/>,
    256257      <xref linkend="wget"/>,
     
    260261    </para>
    261262
     263    <bridgehead renderas="sect4">Recommended</bridgehead>
     264    <para role="recommended">
     265      <xref linkend="nss"/>
     266    </para>
     267
    262268    <bridgehead renderas="sect4">Optional</bridgehead>
    263269    <para role="optional">
    264       <xref linkend="alsa-lib"/>,
    265270      <xref linkend="libxslt"/>,
    266271      <xref linkend="lsb-release"/>,
     
    335340./configure --with-jdk-home=/opt/OpenJDK-&openjdk-version;-bin         \
    336341            --with-version-suffix=BLFS                        \
     342            --enable-nss                                      \
    337343            --disable-system-kerberos                         \
    338344            --with-parallel-jobs=$(getconf _NPROCESSORS_ONLN) &amp;&amp;
     
    359365    (Xvfb). Even still, disk I/O can cause failures.</para>
    360366
    361 <screen><userinput>export DISPLAY=:20     &amp;&amp;
     367<screen role='nodump'><userinput>export DISPLAY=:20     &amp;&amp;
    362368Xvfb :20 -screen 0 1x1x24 -ac&amp;
    363369echo $!>  Xvfb.pid     &amp;&amp;
     
    391397    <para><parameter>--with-version-suffix</parameter>: This switch appends
    392398    the given text to the JDK version string.</para>
     399
     400    <para><parameter>--enable-nss</parameter>: Enable inclusion of NSS
     401    security provider.</para>
    393402
    394403    <para><parameter>--disable-system-kerberos</parameter>: Remove this switch,
     
    723732    <systemitem class="username">root</systemitem> user:</para>
    724733
    725 <screen><userinput>/opt/jdk/bin/mkcacerts -d "/etc/ssl/certs/"  -k "/opt/jdk/bin/keytool" \
     734<screen role="root"><userinput>/opt/jdk/bin/mkcacerts -d "/etc/ssl/certs/"  -k "/opt/jdk/bin/keytool" \
    726735                       -s "/usr/bin/openssl" -o "/opt/jdk/jre/lib/security/cacerts"</userinput></screen>
    727736
Note: See TracChangeset for help on using the changeset viewer.