Changeset a6ccf19


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd5497a2e ra6ccf19  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 5th &year;">
     9<!ENTITY releasedate  "June 6th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rd5497a2e ra6ccf19  
    4444
    4545-->
     46    <listitem>
     47      <para>June 6th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Openjade: prevent runtime segfaults when it is
     51          compiled with gcc-6.1.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>June 5th, 2016</para>
  • 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.