Ignore:
Timestamp:
06/06/2016 10:22:11 PM (8 years ago)
Author:
Ken Moffat <ken@…>
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:
95381469
Parents:
d5497a2e
Message:

Fix openjade for gcc-6.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/sgml/openjade.xml

    rd5497a2e ra6ccf19  
    9393    commands:</para>
    9494
    95 <screen><userinput>./configure --prefix=/usr                                \
     95<screen><userinput>export CXXFLAGS="$CXXFLAGS -fno-lifetime-dse"            \
     96./configure --prefix=/usr                                \
    9697            --mandir=/usr/share/man                      \
    9798            --enable-http                                \
     
    129130  <sect2 role="commands">
    130131    <title>Command Explanations</title>
     132
     133    <para><command>export CXXFLAGS=...</command>: This command prevents
     134    segmentation faults when the package is compiled with
     135    <application>gcc-6.1</application>.</para>
    131136
    132137    <para><command>make install-man</command>: This command installs the
Note: See TracChangeset for help on using the changeset viewer.