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
This commit is contained in:
Pierre Labastie 2016-12-04 17:33:23 +00:00
parent 3a87232cbf
commit aee479c43f

View File

@ -288,13 +288,13 @@ EOF</userinput></screen>
sure you have <envar>$SHELL</envar> environment variable set or prepend
<envar>SHELL=/bin/sh</envar>.
</para></note>
<!--
<screen><userinput>export CFLAGS_HOLD=$CFLAGS &amp;&amp;
export CXXFLAGS_HOLD=$CXXFLAGS &amp;&amp;
export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &amp;&amp;
export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &amp;&amp;
make -f client.mk</userinput></screen>
-->
<screen><userinput>make -f client.mk</userinput></screen>
<para>
This package does not come with a test suite.
@ -309,7 +309,7 @@ chown -R 0:0 /usr/lib/firefox-&firefox-version; &amp;&amp;
mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
<!--
<para>
Set environment variables back to their values:
</para>
@ -317,18 +317,19 @@ ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</u
<screen><userinput>export CFLAGS=$CFLAGS_HOLD &amp;&amp;
export CXXFLAGS=$CXXFLAGS_HOLD &amp;&amp;
unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
-->
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<!--
<para>
<command>CFLAGS= ... CXXFLAGS= ...</command>: These settings work around
code which gcc6 would otherwise regard as out-of-specification and allow
it to produce a working program.
</para>
-->
<para>
<command>make -f client.mk ...</command>: Mozilla products are packaged to
allow the use of a configuration file which can be used to pass the