Ignore:
Timestamp:
01/30/2016 08:17:30 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
b93238f0
Parents:
852ccfd5
Message:

Merge chapter 14 from trunk, merge recent updates from trunk to completed chapters, more -systemd.xml files cleanup.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nettle.xml

    r852ccfd5 rcbc3f97  
    77  <!ENTITY nettle-download-http "https://ftp.gnu.org/gnu/nettle/nettle-&nettle-version;.tar.gz">
    88  <!ENTITY nettle-download-ftp  "ftp://ftp.gnu.org/gnu/nettle/nettle-&nettle-version;.tar.gz">
    9   <!ENTITY nettle-md5sum        "b40fa88dc32f37a182b6b42092ebb144">
     9  <!ENTITY nettle-md5sum        "afb15b4764ebf1b4e6d06c62bd4d29e4">
    1010  <!ENTITY nettle-size          "1.8 MB">
    11   <!ENTITY nettle-buildsize     "60 MB (additional 88 MB for the tests)">
    12   <!ENTITY nettle-time          "0.3 SBU">
     11  <!ENTITY nettle-buildsize     "73 MB (with tests)">
     12  <!ENTITY nettle-time          "0.3 SBU (with tests)">
    1313]>
    1414
     
    8989    commands:</para>
    9090
    91 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     91<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9292make</userinput></screen>
    9393
     
    9797
    9898    <para>
    99       If you want to disable installing the static library, use this sed:
    100     </para>
    101 
    102 <screen><userinput>sed -i '/^install-here/ s/ install-static//' Makefile</userinput></screen>
    103 
    104     <para>
    10599      Now, as the <systemitem class="username">root</systemitem> user:
    106100    </para>
     
    108102<screen role="root"><userinput>make install &amp;&amp;
    109103chmod   -v   755 /usr/lib/lib{hogweed,nettle}.so &amp;&amp;
    110 install -v -m755 -d /usr/share/doc/nettle-&nettle-version;  &amp;&amp;
     104install -v -m755 -d /usr/share/doc/nettle-&nettle-version; &amp;&amp;
    111105install -v -m644 nettle.html /usr/share/doc/nettle-&nettle-version;</userinput></screen>
     106
     107  </sect2>
     108
     109  <sect2 role="commands">
     110    <title>Command Explanations</title>
     111
     112    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     113      href="../../xincludes/static-libraries.xml"/>
    112114
    113115  </sect2>
     
    127129        </seg>
    128130        <seg>
    129           libhogweed.{so,a} and libnettle.{so,a}
     131          libhogweed.so and libnettle.so
    130132        </seg>
    131133        <seg>
Note: See TracChangeset for help on using the changeset viewer.