Ignore:
Timestamp:
03/19/2003 06:29:00 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4c86c6ac
Parents:
61fdbe8
Message:

mozilla - fixed alpha build, removed oo crud

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

Location:
xsoft/graphweb/mozilla
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/mozilla/mozilla-exp.xml

    r61fdbe8 r766e17e  
    3232--enable-optimize=-O3 --disable-dtd-debug \
    3333--disable-logging --enable-reorder \
    34 --enable-strip --enable-elf-dynstr-gc \
     34--enable-strip \
    3535--enable-cpp-rtti</userinput></screen>
    3636Various options that affect what components are built and some optimization
     
    5353Copy the nss headers that are not copied by make install.</para>
    5454
     55<!--
    5556<para><userinput>install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice</userinput> :
    5657Make a directory to store static libraries that openoffice needs during compilation.
    5758These libraries are not installed by default.</para>
     59-->
    5860
    5961<para><userinput>ln -nsf mozilla-&mozilla-version; ...</userinput> :
  • xsoft/graphweb/mozilla/mozilla-inst.xml

    r61fdbe8 r766e17e  
    4343            --enable-optimize=-O3 \
    4444            --disable-logging --enable-reorder \
    45             --enable-strip --enable-elf-dynstr-gc \
     45            --enable-strip \
    4646            --enable-cpp-rtti --enable-extensions=all \
    4747            --enable-svg &amp;&amp;
     
    5151cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
    5252   &mozilla-prefix;/include/mozilla-&mozilla-version;/nss &amp;&amp;
     53<!--
    5354install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice &amp;&amp;
    5455cp -f dist/lib/libembed_base_s.a dist/lib/liblber50.a \
    5556   dist/lib/libmozreg_s.a &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice &amp;&amp;
     57-->
    5658ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/include/mozilla &amp;&amp;
    5759ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/lib/mozilla &amp;&amp;
     
    7072<para>Each of these switches can be added to the configure line in order to
    7173have the described effect on the mozilla compile.</para>
     74
     75<para><userinput>--enable-elf-dynstr-gc</userinput> : Removes unreferenced
     76strings from ELF shared objects generated during the build. Note that this
     77option breaks build on alpha.</para>
    7278
    7379<para><userinput>--disable-mailnews</userinput> : Disable the mail and news
Note: See TracChangeset for help on using the changeset viewer.