Ignore:
Timestamp:
10/26/2010 06:24:49 PM (14 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
20852a5
Parents:
be7d50e
Message:

Upgrade nspr and nss to the versions firefox wants, and add the options for x86_64. Thanks to 'bambi' for pointing out I'd omitted this upgrade.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nspr.xml

    rbe7d50e re3060aa  
    77  <!ENTITY nspr-download-http "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    88  <!ENTITY nspr-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    9   <!ENTITY nspr-md5sum        "c12ef68285aa631f8a335a547c434ad9">
    10   <!ENTITY nspr-size          "1.1 MB">
    11   <!ENTITY nspr-buildsize     "12.5 MB">
    12   <!ENTITY nspr-time          "less than 0.1 SBU">
     9  <!ENTITY nspr-md5sum        "592c275728c29d193fdba8009165990b">
     10  <!ENTITY nspr-size          "1.2 MB">
     11  <!ENTITY nspr-buildsize     "16.5 MB">
     12  <!ENTITY nspr-time          "0.1 SBU">
    1313]>
    1414
     
    3232    <para><application>Netscape Portable Runtime</application> (NSPR) provides
    3333    a platform-neutral API for system level and libc like functions.</para>
     34
     35    &lfs67_checked;
    3436
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9698
    9799    <para><parameter>--with-mozilla</parameter>: This parameter adds Mozilla
    98     supprt to the libraries (required if you want to build any Mozilla
     100    support to the libraries (required if you want to build any Mozilla
    99101    products).</para>
    100102
    101103    <para><parameter>--with-pthreads</parameter>: This parameter forces use of
    102104    the system pthreads library.</para>
     105
     106    <para><parameter>--enable-64bit</parameter>: This parameter is required
     107    <emphasis>on an x86_64 system</emphasis> to prevent
     108    <command>configure</command> failing with a claim that this is a system
     109    without pthread support.</para>
    103110
    104111  </sect2>
Note: See TracChangeset for help on using the changeset viewer.