Changeset 6576f3e


Ignore:
Timestamp:
09/09/2005 09:50:49 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
e82b295a
Parents:
350bd19
Message:

Added a GGC-4 patch to the Linux-PAM instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r350bd19 r6576f3e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a GCC-4 patch to the Linux-PAM instructions.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to intltool-0.34.1.</para>
    4952        </listitem>
  • postlfs/security/linux_pam.xml

    r350bd19 r6576f3e  
    6767    </itemizedlist>
    6868
     69    <itemizedlist spacing='compact'>
     70      <title>Patches</title>
     71      <listitem>
     72        <para>Required patch: <ulink
     73        url="&patch-root;/Linux-PAM-&Linux_PAM-version;-gcc4-1.patch"/>
     74      </para>
     75      </listitem>
     76    </itemizedlist>
     77
    6978    <bridgehead renderas="sect3">Linux-PAM Dependencies</bridgehead>
    7079
     
    8796<screen><userinput>sed -i 's|DICT_DIR_CANDIDATES="|&amp;/lib /lib/cracklib |' \
    8897    configure &amp;&amp;
     98patch -Np1 -i ../Linux-PAM-&Linux_PAM-version;-gcc4-1.patch &amp;&amp;
    8999./configure --enable-static-libpam --with-mailspool=/var/mail \
    90100    --enable-read-both-confs --sysconfdir=/etc \
Note: See TracChangeset for help on using the changeset viewer.