mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
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:
parent
3a87232cbf
commit
aee479c43f
@ -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 &&
|
||||
export CXXFLAGS_HOLD=$CXXFLAGS &&
|
||||
export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &&
|
||||
export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &&
|
||||
|
||||
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; &&
|
||||
|
||||
mkdir -pv /usr/lib/mozilla/plugins &&
|
||||
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 &&
|
||||
export CXXFLAGS=$CXXFLAGS_HOLD &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user