mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added a sed command to the Firefox instructions to fix an anonymous enum in an interface header file
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5465 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4cf3eb12c4
commit
27706cc899
@ -59,8 +59,9 @@
|
||||
thanks to Nico R. for pointing out the breakage.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Firefox-1.5 and modified the method used
|
||||
to build the package.</para>
|
||||
<para>[randy] - Updated to Firefox-1.5, modified the method used
|
||||
to build it and added a command to fix an anonymous enum in an
|
||||
interface header file.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Added GTK+-2 to OpenOffice required dependencies and
|
||||
|
@ -201,9 +201,11 @@ ac_add_options --disable-accessibility
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>Compile <application>Firefox</application> by issuing the
|
||||
following command:</para>
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>make -f client.mk build</userinput></screen>
|
||||
<screen><userinput>sed -i "s/ enum/& xptinfo_enum_1/" \
|
||||
xpcom/reflect/xptinfo/public/xptinfo.h &&
|
||||
make -f client.mk build</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
@ -258,6 +260,10 @@ touch `find . -name *.rdf`</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i "s/ enum/& xptinfo_enum_1/" ...</command>:
|
||||
This command is used to fix an anonymous enum in an external/public
|
||||
interface header file.</para>
|
||||
|
||||
<para><command>install -v -m755 -d .../chrome/icons/default</command> and
|
||||
<command>ln -v -s ../../../icons/default.xpm ...</command>: These two
|
||||
commands are used to create a symlink in the required directory so that
|
||||
|
Loading…
Reference in New Issue
Block a user