Ignore:
Timestamp:
08/23/2014 10:42:10 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
0a930ad
Parents:
50930320
Message:

Even more checks and fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/keyutils.xml

    r50930320 r2207a7bc  
    3535    perform secure operations.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7777
    78 <screen role="root"><userinput>make NO_ARLIB=1 install</userinput></screen>
     78<screen role="root"><userinput>make NO_ARLIB=1 USRLIBDIR=/usr/lib install</userinput></screen>
    7979
    8080  </sect2>
     
    8686      <parameter>NO_ARLIB=1</parameter>: This make flag disables installing the
    8787      static library.
     88    </para>
     89
     90    <para>
     91      <parameter>USRLIBDIR=/usr/lib</parameter>: This make flag ensures that unversioned
     92      shared library is installed in <filename class="directory">/usr/lib</filename>.
    8893    </para>
    8994
Note: See TracChangeset for help on using the changeset viewer.