Ignore:
Timestamp:
01/30/2016 01:43:12 AM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2b102681
Parents:
2f1eeafe
Message:
  • VLC-2.2.1: fixes to build with opencv-3.1.0.
  • Update to nettle-3.2.
  • Update to openssl-1.0.2f.
  • Update to stunnel-5.30.
  • Traceroute-2.0.21, Time-1.7 and UnZip-6.0: s/Less/less/ in repective time ENTITYs (SBU).
  • Update to mdadm-3.4 (tests not run).
  • Update to gtk+-3.18.7 (gtk+3.18.7).
  • Update to vte-0.42.3.
  • Update to gnome-calculator-3.18.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nettle.xml

    r2f1eeafe rd45a8367  
    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.2 SBU (additional 0.1 SBU for the tests)">
     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.