Reinstate building firefox as a normal user, removed in error.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17503 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2016-06-16 16:04:22 +00:00
parent f519e19405
commit 2e15af7901
3 changed files with 15 additions and 3 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "June 14th &year;">
<!ENTITY releasedate "June 16th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -43,6 +43,16 @@
</listitem>
-->
<listitem>
<para>June 16th, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - Reinstate build command for firefox which I accidentally
deleted.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>June 15th, 2016</para>
<itemizedlist>

View File

@ -306,7 +306,9 @@ sed -e '/#include/a\
-i nsprpub/config/make-system-wrappers.pl
CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"</userinput></screen>
CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
make -f client.mk</userinput></screen>
<para>
This package does not come with a test suite.