Ignore:
Timestamp:
05/31/2017 09:10:11 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
640f4c21
Parents:
9d8f0f5
Message:

Update to gegl-0.3.18.
Update to babl-0.1.28.
Update to libpwquality-1.4.0.
Update to libatomic_ops-7.4.6.
Update to libdrm-2.4.81.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libatomic_ops.xml

    r9d8f0f5 rd0db416  
    55  %general-entities;
    66
    7   <!ENTITY libatomic_ops-download-http
    8            "http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-&libatomic_ops-version;.tar.gz">
     7  <!ENTITY libatomic_ops-download-http "https://github.com/ivmai/libatomic_ops/releases/download/v&libatomic_ops-version;/libatomic_ops-&libatomic_ops-version;.tar.gz">
    98  <!ENTITY libatomic_ops-download-ftp  " ">
    10   <!ENTITY libatomic_ops-md5sum        "426d804baae12c372967a6d183e25af2">
     9  <!ENTITY libatomic_ops-md5sum        "675dbd6681c6de7c9f4a834bcae9b748">
    1110  <!ENTITY libatomic_ops-size          "472 KB">
    12   <!ENTITY libatomic_ops-buildsize     "5.9 MB (with tests)">
    13   <!ENTITY libatomic_ops-time          "0.2 SBU (with tests)">
     11  <!ENTITY libatomic_ops-buildsize     "4.9 MB (with tests)">
     12  <!ENTITY libatomic_ops-time          "0.1 SBU (with tests)">
    1413]>
    1514
     
    4140
    4241    &lfs80_checked;
     42    &gcc7_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8989    </para>
    9090
    91 <screen><userinput>sed -i 's#pkgdata#doc#' doc/Makefile.am &amp;&amp;
    92 autoreconf -fi &amp;&amp;
    93 ./configure --prefix=/usr    \
     91<screen><userinput>./configure --prefix=/usr    \
    9492            --enable-shared  \
    9593            --disable-static \
     
    9896
    9997    <para>
    100       To check the results, issue
    101       <command>LD_LIBRARY_PATH=../src/.libs make check</command>.
     98      To check the results, issue <command>make check</command>.
    10299    </para>
    103100
     
    106103    </para>
    107104
    108 <screen role="root"><userinput>make install &amp;&amp;
    109 mv -v   /usr/share/libatomic_ops/* \
    110         /usr/share/doc/libatomic_ops-&libatomic_ops-version; &amp;&amp;
    111 rm -vrf /usr/share/libatomic_ops</userinput></screen>
     105<screen role="root"><userinput>make install</userinput></screen>
    112106
    113107  </sect2>
     
    115109  <sect2 role="commands">
    116110    <title>Command Explanations</title>
    117 
    118     <para>
    119       <command>sed -i ...</command>: This <command>sed</command> makes the docs
    120       to be installed in an appropriate directory.
    121     </para>
    122 
    123     <para>
    124       <command>autoreconf -fi</command>: This regenerates the
    125       <command>configure</command> script and the
    126       <filename>Makefile.in</filename>.
    127     </para>
    128111
    129112    <para>
Note: See TracChangeset for help on using the changeset viewer.