Changeset b6fc5e84


Ignore:
Timestamp:
05/11/2016 11:56:10 AM (8 years ago)
Author:
Pierre Labastie <pieere@…>
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:
0abdb48
Parents:
9a0d900
Message:

Fix building of fdk-aac with GCC 6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/fdk-aac.xml

    r9a0d900 rb6fc5e84  
    3636    </para>
    3737
    38     &lfs79_checked;
     38    &lfs79_checked;&gcc6_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8686    </para>
    8787
    88 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     88<screen><userinput>CXX='g++ -Wno-narrowing'     \
     89./configure --prefix=/usr    \
     90            --disable-static &amp;&amp;
    8991make</userinput></screen>
    9092
     
    103105  <sect2 role="commands">
    104106    <title>Command Explanations</title>
     107    <para>
     108      <command>CXX='g++ -Wno-narrowing' ...</command>: GCC 6 does not support
     109      integer narrowing. Setting CXX this way allows to suppress the
     110      associated error.
     111    </para>
    105112
    106113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.