Changeset c8216c3d
- Timestamp:
- 02/15/2018 10:55:46 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 088e7e06
- Parents:
- 42b8fe7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r42b8fe7 rc8216c3d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 1 4th, &year;">9 <!ENTITY releasedate "February 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/libraw.xml
r42b8fe7 rc8216c3d 99 99 </para> 100 100 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; && 101 <screen><userinput>sed -i "s#powf64#dc_&#g" internal/dcraw_common.cpp && 102 ./configure --prefix=/usr \ 103 --enable-jpeg \ 104 --enable-jasper \ 105 --enable-lcms \ 106 --disable-static \ 107 --docdir=/usr/share/doc/libraw-&libraw-version; && 107 108 make</userinput></screen> 108 109 … … 123 124 124 125 <para> 126 <parameter>sed -i "s#powf64#dc_&#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> 125 133 <envar>CXX="g++ -Wno-narrowing"</envar>: This environment variable 126 134 disables a warning that prevents the package from compiling. 127 </para> 135 </para>--> 128 136 129 137 <para> -
introduction/welcome/changelog.xml
r42b8fe7 rc8216c3d 42 42 </listitem> 43 43 --> 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 44 53 <listitem> 45 54 <para>February 14th, 2018</para>
Note:
See TracChangeset
for help on using the changeset viewer.