mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
update to nspr-4.10.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11905 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b93f0ae9d2
commit
ee469098fd
@ -258,7 +258,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY libzeitgeist-version "0.3.18">
|
||||
<!ENTITY LZO-version "2.06">
|
||||
<!ENTITY mtdev-version "1.1.4">
|
||||
<!ENTITY nspr-version "4.10">
|
||||
<!ENTITY nspr-version "4.10.1">
|
||||
<!ENTITY openobex-version "1.7.1">
|
||||
<!ENTITY pcre-version "8.33">
|
||||
<!ENTITY popt-version "1.16">
|
||||
|
@ -8,10 +8,10 @@
|
||||
"http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
|
||||
<!ENTITY nspr-download-ftp
|
||||
"ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
|
||||
<!ENTITY nspr-md5sum "f5466def95726b3c900d8a0227bdd034">
|
||||
<!ENTITY nspr-md5sum "2e354084ca2bc5fbbb820762597f3890">
|
||||
<!ENTITY nspr-size "1.1 MB">
|
||||
<!ENTITY nspr-buildsize "13 MB">
|
||||
<!ENTITY nspr-time "less than 0.1 SBU">
|
||||
<!ENTITY nspr-buildsize "11 MB">
|
||||
<!ENTITY nspr-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="nspr" xreflabel="NSPR-&nspr-version;">
|
||||
@ -108,26 +108,6 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<option>--with-mozilla</option>: This parameter adds Mozilla support
|
||||
to the libraries (required if you want to build any other Mozilla
|
||||
products and link them to these libraries).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--with-pthreads</option>: This parameter forces use of the
|
||||
system pthread library.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>$([ $(uname -m) = x86_64 ] && echo
|
||||
--enable-64bit)</option>: The --enable-64bit option is
|
||||
<emphasis>required</emphasis> on an x86_64 system to prevent
|
||||
<command>configure</command> failing with a claim that this is a system
|
||||
without pthread support. The [ $(uname -m) = x86_64 ] test ensures it has
|
||||
no effect on a 32 bit system.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed -ri 's#^(RELEASE_BINS =).*#\1#'
|
||||
pr/src/misc/Makefile.in</command>: This sed disables installing two unneeded
|
||||
@ -139,6 +119,26 @@ make</userinput></screen>
|
||||
installing the static libraries.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--with-mozilla</parameter>: This parameter adds Mozilla support
|
||||
to the libraries (required if you want to build any other Mozilla
|
||||
products and link them to these libraries).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--with-pthreads</parameter>: This parameter forces use of the
|
||||
system pthread library.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>$([ $(uname -m) = x86_64 ] && echo
|
||||
--enable-64bit)</parameter>: The --enable-64bit parameter is
|
||||
<emphasis>required</emphasis> on an x86_64 system to prevent
|
||||
<command>configure</command> failing with a claim that this is a system
|
||||
without pthread support. The [ $(uname -m) = x86_64 ] test ensures it has
|
||||
no effect on a 32 bit system.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>October 2nd, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Update to nspr-4.10.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;4127">#4127</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to sudo-1.8.8. Fixes
|
||||
<ulink url="&blfs-ticket-root;4126">#4126</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user