Changeset ee469098


Ignore:
Timestamp:
10/02/2013 09:50:58 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
04e3c200
Parents:
b93f0ae
Message:

update to nspr-4.10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11905 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb93f0ae ree469098  
    259259<!ENTITY LZO-version                  "2.06">
    260260<!ENTITY mtdev-version                "1.1.4">
    261 <!ENTITY nspr-version                 "4.10">
     261<!ENTITY nspr-version                 "4.10.1">
    262262<!ENTITY openobex-version             "1.7.1">
    263263<!ENTITY pcre-version                 "8.33">
  • general/genlib/nspr.xml

    rb93f0ae ree469098  
    99  <!ENTITY nspr-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    11   <!ENTITY nspr-md5sum        "f5466def95726b3c900d8a0227bdd034">
     11  <!ENTITY nspr-md5sum        "2e354084ca2bc5fbbb820762597f3890">
    1212  <!ENTITY nspr-size          "1.1 MB">
    13   <!ENTITY nspr-buildsize     "13 MB">
    14   <!ENTITY nspr-time          "less than 0.1 SBU">
     13  <!ENTITY nspr-buildsize     "11 MB">
     14  <!ENTITY nspr-time          "0.2 SBU">
    1515]>
    1616
     
    110110
    111111    <para>
    112       <option>--with-mozilla</option>: This parameter adds Mozilla support
     112      <command>sed -ri 's#^(RELEASE_BINS =).*#\1#'
     113      pr/src/misc/Makefile.in</command>: This sed disables installing two unneeded
     114      scripts.
     115    </para>
     116
     117    <para>
     118      <command>sed -i 's#$(LIBRARY) ##' config/rules.mk</command>: This sed disables
     119      installing the static libraries.
     120    </para>
     121
     122    <para>
     123      <parameter>--with-mozilla</parameter>: This parameter adds Mozilla support
    113124      to the libraries (required if you want to build any other Mozilla
    114125      products and link them to these libraries).
     
    116127
    117128    <para>
    118       <option>--with-pthreads</option>: This parameter forces use of the
     129      <parameter>--with-pthreads</parameter>: This parameter forces use of the
    119130      system pthread library.
    120131    </para>
    121132
    122133    <para>
    123       <option>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
    124       --enable-64bit)</option>: The --enable-64bit option is
     134      <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
     135      --enable-64bit)</parameter>: The --enable-64bit parameter is
    125136      <emphasis>required</emphasis> on an x86_64 system to prevent
    126137      <command>configure</command> failing with a claim that this is a system
    127138      without pthread support. The [ $(uname -m) = x86_64 ] test ensures it has
    128139      no effect on a 32 bit system.
    129     </para>
    130 
    131     <para>
    132       <command>sed -ri 's#^(RELEASE_BINS =).*#\1#'
    133       pr/src/misc/Makefile.in</command>: This sed disables installing two unneeded
    134       scripts.
    135     </para>
    136 
    137     <para>
    138       <command>sed -i 's#$(LIBRARY) ##' config/rules.mk</command>: This sed disables
    139       installing the static libraries.
    140140    </para>
    141141
  • introduction/welcome/changelog.xml

    rb93f0ae ree469098  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - Update to nspr-4.10.1. Fixes
     51          <ulink url="&blfs-ticket-root;4127">#4127</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to sudo-1.8.8. Fixes
    5155          <ulink url="&blfs-ticket-root;4126">#4126</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.