Changeset 5ffb9f5


Ignore:
Timestamp:
08/11/2016 02:40:54 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bc4bab58
Parents:
822cc4a6
Message:

Linux-PAM : fix build when w3m is missing and links is not elinks.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r822cc4a6 r5ffb9f5  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "10">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
  • introduction/welcome/changelog.xml

    r822cc4a6 r5ffb9f5  
    4444
    4545-->
     46    <listitem>
     47      <para>August 10th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Fix Linux-PAM if w3m is missing but links is present.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4655    <listitem>
    4756      <para>August 8th, 2016</para>
  • postlfs/security/linux-pam.xml

    r822cc4a6 r5ffb9f5  
    113113      <xref linkend="docbook-xsl"/>,
    114114      <xref linkend="fop"/>,
    115       <xref linkend="libxslt"/> and
    116       <xref linkend="w3m"/>
     115      <xref linkend="libxslt"/> and either
     116      <xref linkend="w3m"/> or
     117      <ulink url="http://elinks.or.cz/">elinks</ulink> (but with a link calling it
     118      '<application>links</application>') and remove the docu switch.
    117119    </para>
    118120
     
    137139    </para>
    138140
    139 <screen><userinput>./configure --prefix=/usr     \
    140             --sysconfdir=/etc \
    141             --libdir=/usr/lib \
     141<screen><userinput>./configure --prefix=/usr                    \
     142            --sysconfdir=/etc                \
     143            --libdir=/usr/lib                \
     144            --disable-regenerate-docu        \
    142145            --enable-securedir=/lib/security \
    143146            --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; &amp;&amp;
     
    222225      This switch sets install location for the
    223226      <application>PAM</application> modules.
     227    </para>
     228
     229    <para>
     230      <parameter>--disable-regenerate-docu</parameter> : This switch prevents
     231     this version of the package trying to build its documentation, and failing,
     232     if the required dependencies <emphasis>except</emphasis>
     233     <xref linkend="w3m"/> are present, but <xref linkend="Links"/> is present.
     234     Remove this switch if you have installed w3m (or elinks, with a link so it
     235     can be invoked as 'links').
    224236    </para>
    225237
Note: See TracChangeset for help on using the changeset viewer.