Changeset c8216c3d


Ignore:
Timestamp:
02/15/2018 10:55:46 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
088e7e06
Parents:
42b8fe7
Message:

Fix LibRaw for glibc-2.27. Reported by Spiky, fix from Armin.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r42b8fe7 rc8216c3d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 14th, &year;">
     9<!ENTITY releasedate  "February 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/libraw.xml

    r42b8fe7 rc8216c3d  
    9999    </para>
    100100
    101 <screen><userinput>./configure --prefix=/usr    \
    102             --enable-jpeg    \
    103             --enable-jasper  \
    104             --enable-lcms    \
    105             --disable-static \
    106             --docdir=/usr/share/doc/libraw-&libraw-version; &amp;&amp;
     101<screen><userinput>sed -i "s#powf64#dc_&amp;#g" internal/dcraw_common.cpp &amp;&amp;
     102./configure --prefix=/usr                           \
     103            --enable-jpeg                           \
     104            --enable-jasper                         \
     105            --enable-lcms                           \
     106            --disable-static                        \
     107            --docdir=/usr/share/doc/libraw-&libraw-version;  &amp;&amp;
    107108make</userinput></screen>
    108109
     
    123124
    124125    <para>
     126      <parameter>sed -i "s#powf64#dc_&amp;#g" internal/dcraw_common.cpp</parameter>:
     127      Glibc from v2.27 onwards now provides powf64(). Rename the internal
     128      version so that the package will build.
     129    </para>
     130
     131  <!-- we seem to have lost this
     132    <para>
    125133      <envar>CXX="g++ -Wno-narrowing"</envar>: This environment variable
    126134      disables a warning that prevents the package from compiling.
    127     </para>
     135    </para>-->
    128136
    129137    <para>
  • introduction/welcome/changelog.xml

    r42b8fe7 rc8216c3d  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>February 15th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Fix LibRaw for glibc-2.27.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>February 14th, 2018</para>
Note: See TracChangeset for help on using the changeset viewer.