Ignore:
Timestamp:
05/09/2014 12:09:03 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
e67449e
Parents:
adf64fa0
Message:

nspr-4.10.5, nss-3.16.1, gnutls-3.3.2, unrarsrc-5.1.5, gdb-7.7.1 and seamonkey-2.26.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    radf64fa0 r87dddd1e  
    99  <!ENTITY seamonkey-download-ftp
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
    11   <!ENTITY seamonkey-md5sum        "e9597622d2d843ed9095a9e1eeab01f1">
    12   <!ENTITY seamonkey-size          "149 MB">
    13   <!ENTITY seamonkey-buildsize     "1.7 GB (62 MB installed)">
    14   <!ENTITY seamonkey-time          "31 SBU">
     11  <!ENTITY seamonkey-md5sum        "1749f6350209e35e0bede3bf4e56c42c">
     12  <!ENTITY seamonkey-size          "158 MB">
     13  <!ENTITY seamonkey-buildsize     "1.7 GB (67 MB installed)">
     14  <!ENTITY seamonkey-time          "40 SBU">
    1515]>
    1616
     
    200200
    201201    <para>
     202      First, two bugs need to be fixed. The two following commands are in the
     203      same order as the problems appear at build time, but this order is not
     204      essential. Notice that moz-build-dir needs to match the value used in
     205      mozconfig (above) for the object directory (MOZ_OBJDIR):
     206    </para>
     207
     208<screen><userinput>mkdir -vp mozilla/moz-build-dir &amp;&amp;
     209sed -e 's/$(MOZ_ZLIB_CFLAGS)/$(MOZ_ZLIB_CFLAGS) $(MOZ_PIXMAN_CFLAGS)/' \
     210    -i config/config.mk</userinput></screen>
     211
     212    <para>
    202213      Compile <application>SeaMonkey</application> by running the following
    203214      command:
     
    254265  <sect2 role="commands">
    255266    <title>Command Explanations</title>
     267
     268    <para>
     269      <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
     270      of Makefile at the beginning of build, where a file cannot be found.
     271    </para>
     272
     273    <para>
     274      <command>sed -e 's/$(MOZ_ZLIB_CFLAGS) ... $(MOZ_PIXMAN_CFLAGS
     275      ...</command>: fixes a build failure of not finding pixman headers,
     276      closer to then of build.
     277    </para>
    256278
    257279    <para>
Note: See TracChangeset for help on using the changeset viewer.