Changeset f23c35f4 for general/genlib


Ignore:
Timestamp:
04/16/2014 10:24:37 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4259a0b2
Parents:
73b53eb
Message:

Update to sg3_utils-1.38
Update to acpid-2.0.22
Update to json-c-0.12

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/json-c.xml

    r73b53eb rf23c35f4  
    77  <!ENTITY json-c-download-http "https://s3.amazonaws.com/json-c_releases/releases/json-c-&json-c-version;.tar.gz">
    88  <!ENTITY json-c-download-ftp  " ">
    9   <!ENTITY json-c-md5sum        "aa02367d2f7a830bf1e3376f77881e98">
    10   <!ENTITY json-c-size          "548 KB">
    11   <!ENTITY json-c-buildsize     "5.0 MB">
    12   <!ENTITY json-c-time          "less than 0.1 SBU">
     9  <!ENTITY json-c-md5sum        "3ca4bbb881dfc4017e8021b5e0a8c491">
     10  <!ENTITY json-c-size          "496 KB">
     11  <!ENTITY json-c-buildsize     "6.7 MB">
     12  <!ENTITY json-c-time          "less than 0.1 SBU (add 1.0 SBU for tests)">
    1313]>
    1414
     
    9292    </para>
    9393
    94 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     94<screen><userinput>sed -i s/-Werror// Makefile.in             &amp;&amp;
     95./configure --prefix=/usr --disable-static &amp;&amp;
    9596make -j1</userinput></screen>
    9697
     
    108109  <sect2 role="commands">
    109110    <title>Command Explanations</title>
     111
     112    <para><userinput>sed ...</userinput>: This instruction removes a flag
     113    that prevents one file from compiling.</para>
    110114
    111115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.