Changeset 13e0a61 for postlfs


Ignore:
Timestamp:
06/01/2013 08:03:58 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
af73a280
Parents:
dcdde93
Message:

Merge trunk and systemd branch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11231 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/security
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/attr.xml

    rdcdde93 r13e0a61  
    7272INSTALL_USER=root  \
    7373INSTALL_GROUP=root \
    74 ./configure --prefix=/usr --libdir=/lib --libexecdir=/usr/lib &amp;&amp;
     74./configure --prefix=/usr --libdir=/lib --libexecdir=/usr/lib --disable-static &amp;&amp;
    7575make</userinput></screen>
    7676
     
    9999    directory.</para>
    100100
     101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     102      href="../../xincludes/static-libraries.xml"/>
     103
    101104    <para><command>sed -i ... /usr/lib/libattr.la</command>: This command
    102     corrects the location of the installed static library as referenced
     105    corrects the location of the installed library as referenced
    103106    in the libtool archive.</para>
    104107
     
    136139      <seglistitem>
    137140        <seg>attr, getfattr, and setfattr</seg>
    138         <seg>libattr.{so,a}</seg>
     141        <seg>libattr.so</seg>
    139142        <seg>/usr/{include/attr,share/doc/attr-&attr-version;}</seg>
    140143      </seglistitem>
     
    177180
    178181      <varlistentry id="libattr">
    179         <term><filename class='libraryfile'>libattr.{so,a}</filename></term>
     182        <term><filename class='libraryfile'>libattr.so</filename></term>
    180183        <listitem>
    181184          <para>contains the <application>attr</application> API functions.</para>
    182185          <indexterm zone="attr libattr">
    183             <primary sortas="c-libattr">libattr.{so,a}</primary>
     186            <primary sortas="c-libattr">libattr.so</primary>
    184187          </indexterm>
    185188        </listitem>
  • postlfs/security/libcap2.xml

    rdcdde93 r13e0a61  
    6565    <para role="required"><xref linkend="attr"/></para>
    6666
     67    <bridgehead renderas="sect4">Optional</bridgehead>
     68    <para role="optional"><xref linkend="linux-pam"/></para>
     69
    6770    <para condition="html" role="usernotes">User Notes:
    6871    <ulink url="&blfs-wiki;/libcap2"/></para>
     
    7982
    8083    <para>This package does not come with a test suite.</para>
     84
     85    <para>
     86      If you want to disable installing the static library, use this sed:
     87    </para>
     88
     89<screen><userinput>sed -i '/install.*STALIBNAME/ s/^/#/' libcap/Makefile</userinput></screen>
     90
    8191    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8292
  • postlfs/security/openssh.xml

    rdcdde93 r13e0a61  
    8787      <xref linkend="x-window-system"/>,
    8888      <xref linkend="mitkrb"/>,
    89       <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>
    90       (provides a command-line history feature to <command>sftp</command>),
     89      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>,
    9190      <ulink url="http://www.opensc-project.org/">OpenSC</ulink> and
    9291      <ulink url="http://www.citi.umich.edu/projects/smartcard/sectok.html">libsectok</ulink>
     
    207206      <parameter>--with-kerberos5=/usr</parameter>: This option is used to
    208207      include Kerberos 5 support in the build.
     208    </para>
     209
     210    <para>
     211      <parameter>--with-libedit</parameter>: This option enables line editing
     212      and history features for <command>sftp</command>.
    209213    </para>
    210214
Note: See TracChangeset for help on using the changeset viewer.