Changeset aee479c for xsoft


Ignore:
Timestamp:
12/04/2016 05:33:23 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
e6b0c4d
Parents:
3a87232
Message:

Firefox does not need special CFLAGS anymore (kept as comment in case
we need to revert.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r3a87232 raee479c  
    289289      <envar>SHELL=/bin/sh</envar>.
    290290    </para></note>
    291 
     291<!--
    292292<screen><userinput>export CFLAGS_HOLD=$CFLAGS &amp;&amp;
    293293export CXXFLAGS_HOLD=$CXXFLAGS &amp;&amp;
    294294export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &amp;&amp;
    295295export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &amp;&amp;
    296 
    297 make -f client.mk</userinput></screen>
     296-->
     297<screen><userinput>make -f client.mk</userinput></screen>
    298298
    299299    <para>
     
    310310mkdir -pv    /usr/lib/mozilla/plugins  &amp;&amp;
    311311ln    -sfv   ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
    312 
     312<!--
    313313    <para>
    314314      Set environment variables back to their values:
     
    318318export CXXFLAGS=$CXXFLAGS_HOLD &amp;&amp;
    319319unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
     320-->
    320321
    321322  </sect2>
     
    323324  <sect2 role="commands">
    324325    <title>Command Explanations</title>
    325 
     326<!--
    326327    <para>
    327328      <command>CFLAGS= ... CXXFLAGS= ...</command>: These settings work around
     
    329330      it to produce a working program.
    330331    </para>
    331 
     332-->
    332333    <para>
    333334      <command>make -f client.mk ...</command>: Mozilla products are packaged to
Note: See TracChangeset for help on using the changeset viewer.