Changeset 4c1494d for general


Ignore:
Timestamp:
05/16/2016 02:10:47 AM (8 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, 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:
4384d94
Parents:
af40aac
Message:

Update to LibRaw-0.17.2.
Update to libevdev-1.5.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libraw.xml

    raf40aac r4c1494d  
    77  <!ENTITY libraw-download-http "http://www.libraw.org/data/LibRaw-&libraw-version;.tar.gz">
    88  <!ENTITY libraw-download-ftp  " ">
    9   <!ENTITY libraw-md5sum        "b56ace01e64aba9cda4f9e7f2821449d">
    10   <!ENTITY libraw-size          "1.5 MB">
    11   <!ENTITY libraw-buildsize     "18 MB">
     9  <!ENTITY libraw-md5sum        "456626300777209def1ea784910f326a">
     10  <!ENTITY libraw-size          "1.4 MB">
     11  <!ENTITY libraw-buildsize     "14 MB">
    1212  <!ENTITY libraw-time          "0.2 SBU">
    1313]>
     
    3636
    3737    &lfs79_checked;
     38    &gcc6_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    99100    </para>
    100101
    101 <screen><userinput>./configure --prefix=/usr    \
     102<screen><userinput>CXX="g++ -Wno-narrowing"     \
     103./configure --prefix=/usr    \
    102104            --enable-jpeg    \
    103105            --enable-jasper  \
     
    121123  <sect2 role="commands">
    122124    <title>Command Explanations</title>
     125
     126    <para>
     127      <envar>CXX="g++ -Wno-narrowing"</envar>: This environment variable
     128      disables a warning that prevents the package from compiling.
     129    </para>
    123130
    124131    <para>
Note: See TracChangeset for help on using the changeset viewer.