Changeset 417bd0d


Ignore:
Timestamp:
06/21/2016 12:35:09 AM (8 years ago)
Author:
DJ Lucas <dj@…>
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:
c1b95d9
Parents:
4e9f7412
Message:

Add CXXFLAGS for Cdrdao package to allow building with GCC-6.1.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4e9f7412 r417bd0d  
    5454          <para>[igor] - Update to unbound-1.5.9. Fixes
    5555          <ulink url="&blfs-ticket-root;7938">#7938</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[dj] - Add CXXFLAGS for Cdrdao package to allow building with
     59          GCC-6.1.</para>
    5660        </listitem>
    5761      </itemizedlist>
  • multimedia/cdwriteutils/cdrdao.xml

    r4e9f7412 r417bd0d  
    8282sed -i 's/\(char .*REMOTE\)/unsigned \1/' dao/CdrDriver.{cc,h} &amp;&amp;
    8383
    84 ./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
     84CXXFLAGS+=' -std=c++11 -Wno-narrowing' \
     85    ./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
    8586make</userinput></screen>
    8687
Note: See TracChangeset for help on using the changeset viewer.