Changeset 8e266c6 for general/genlib


Ignore:
Timestamp:
09/09/2018 01:44:35 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
perl-modules
Children:
6df794d
Parents:
2d6354a7
Message:

Merge r20475 to r20480 from trunk

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

Location:
general/genlib
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r2d6354a7 r8e266c6  
    7070<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> -->
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/>
     72  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/>
    7273  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
    7374  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>
  • general/genlib/keyutils.xml

    r2d6354a7 r8e266c6  
    7272<screen><userinput>make</userinput></screen>
    7373
    74     <para>This package does not come with a test suite.</para>
    75     <!-- Actually it does, but need to /usr\/bin/ s|/usr|| test/ tests/Makefile
    76 
    77     Also there are some needed kernel options.  I've not checked it out yet,
    78     but I think CONFIG_KEY_DH_OPERATIONS need to be set.  There may be some
    79     additional options needed. - Bruce -->
     74    <para>To test the results, issue, as the
     75    <systemitem class="username">root</systemitem> user: </para>
     76
     77<screen role="root"><userinput>sed -i '/find/s:/usr/bin/::' tests/Makefile &amp;&amp;
     78make -k test </userinput></screen>
     79
     80    <para>Note that several tests will fail if certain uncommon kernel options
     81    were not used when the kernel was built.  These include CONFIG_BIG_KEYS,
     82    CONFIG_KEY_DH_OPERATIONS, and CONFIG_CRYPTO_DH.</para>
    8083
    8184    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.