Author: dnicholson
Date: 2008-04-06 20:52:45 -0600 (Sun, 06 Apr 2008)
New Revision: 7352
Added:
trunk/auxfiles/firefox-2.0.0.13-mozconfig
trunk/auxfiles/gcc336_test.txt
trunk/auxfiles/gcc412_test.txt
trunk/auxfiles/heimdal-overwrites
trunk/auxfiles/jdk-uudecode-check.sh
trunk/auxfiles/mc-bad.png
trunk/auxfiles/php_configure.txt
trunk/auxfiles/seamonkey-1.1.8-mozconfig
trunk/auxfiles/thunderbird-2.0.0.12-mozconfig
Log:
Add the rest of the current support files to svn
Added: trunk/auxfiles/firefox-2.0.0.13-mozconfig
===================================================================
--- trunk/auxfiles/firefox-2.0.0.13-mozconfig (rev 0)
+++ trunk/auxfiles/firefox-2.0.0.13-mozconfig 2008-04-07 02:52:45 UTC (rev
7352)
@@ -0,0 +1,93 @@
+# This file contains the options used in the Firefox build. You may
+# need to specify additional options for your specific build needs.
+# Use the information provided by running './configure --help' to
+# help you determine if you need to add any additional options.
+# Some additional options can be added by uncommenting the examples
+# in this file or adding options by inserting a line containing
+# 'ac_add_options --some-option-you-need'.
+
+# Use the default settings specified in the source tree
+. $topsrcdir/browser/config/mozconfig
+
+# Create an object directory and specify to build the package in that
+# directory. If desired, modify the location of the object directory
+# to a directory inside the source tree by removing '../' from the
+# line below.
+mk_add_options [EMAIL PROTECTED]@/../firefox-build
+
+# Specify the installation prefix. If you would prefer Firefox
+# installed in a different prefix, modify the line below to fit
+# your needs. You'll also need to modify some of the instructions in
+# the BLFS book to point to your desired prefix.
+ac_add_options --prefix=/usr
+
+# These options are used so that the Firefox binaries are linked to
+# the system-installed copies of the specified libraries instead of
+# the source tree code which may not be the most recent versions.
+ac_add_options --with-system-zlib
+ac_add_options --with-system-png
+ac_add_options --with-system-jpeg
+ac_add_options --enable-system-cairo
+
+# This option causes the installed binaries to have the official
+# Firefox name embedded in them. Due to license restrictions, you
+# may not distribute binaries created using this option.
+ac_add_options --enable-official-branding
+
+# This option is used to enable support for rendering SVG files in the
+# Firefox browser. Comment out the line to disable the option.
+ac_add_options --enable-svg
+
+# This option is used so that the debugging symbols are removed from
+# the installed binaries during the installation process. Comment out
+# this option if you may have a need to retain the debugging symbols
+# in the installed binaries. Note that this can substantially
+# increase the size of the installed binaries.
+ac_add_options --enable-strip
+
+# This option is added so that test libraries and programs are not
+# built. These would only be required for debugging purposes.
+ac_add_options --disable-tests
+
+# This option is added so that the Mozilla Installer program is not
+# built or installed. The program is not required for a BLFS
+# installation of Firefox.
+ac_add_options --disable-installer
+
+# This option is used to disable the a11y support in the Firefox
+# binaries. Comment out this option if you require a11y support.
+ac_add_options --disable-accessibility
+
+# This option is used to enable source tree included LDAP support in
+# the Firefox binaries.
+###################################################################
+#
+# NOTE: You must uncomment this option if there is any chance of
+# compiling the OpenOffice package from source code using this copy
+# of Firefox for your Mozilla support.
+#
+###################################################################
+#ac_add_options --enable-ldap
+
+# Uncomment this option if you desire support for dual-monitor
+# display of Firefox using the X-Window Xinerama libraries.
+#ac_add_options --enable-xinerama
+
+# These two options enable support for building Firefox with
+# system-installed versions of the Network Security Services (NSS)
+# and Netscape Portable Runtime (NSPR) libraries. Uncomment both
+# lines to enable support for system-installed NSS/NSPR.
+#ac_add_options --with-system-nss
+#ac_add_options --with-system-nspr
+
+# Complex scripts such as Thai can only be rendered in Firefox with the
+# help of Pango. This option significantly slows rendering, so only use
+# it if necessary.
+#ac_add_options --enable-pango
+
+# This option identifies the default binary directory of the Firefox
+# installation and is used to locate Firefox's installed files. This
+# option is not required for end-user browsing, and is only used for
+# development purposes.
+#ac_add_options --with-default-mozilla-five-home=/usr/lib/firefox-2.0.0.13
+
Added: trunk/auxfiles/gcc336_test.txt
===================================================================
--- trunk/auxfiles/gcc336_test.txt (rev 0)
+++ trunk/auxfiles/gcc336_test.txt 2008-04-07 02:52:45 UTC (rev 7352)
@@ -0,0 +1,119 @@
+Native configuration is i686-pc-linux-gnu
+
+ === g++ tests ===
+
+
+Running target unix
+
+ === g++ Summary ===
+
+# of expected passes 8266
+# of expected failures 98
+# of untested testcases 9
+# of unsupported tests 15
+/home/rml/build/gcc-build/gcc/testsuite/../g++ version 3.3.6
+
+ === gcc tests ===
+
+
+Running target unix
+FAIL: gcc.dg/duff-2.c (test for excess errors)
+
+ === gcc Summary ===
+
+# of expected passes 21488
+# of unexpected failures 1
+# of expected failures 69
+# of unsupported tests 101
+/home/rml/build/gcc-build/gcc/xgcc version 3.3.6
+
+
+ === libstdc++-v3 check-abi Summary ===
+
+# of added symbols: 51
+# of missing symbols: 0
+# of incompatible symbols: 0
+
+
+ === libstdc++-v3 tests ===
+
+
+Running target unix
+XPASS: 22_locale/collate_byname.cc execution test
+XPASS: 22_locale/collate_members_char.cc execution test
+XPASS: 22_locale/collate_members_wchar_t.cc execution test
+XPASS: 22_locale/ctype_is_char.cc execution test
+XPASS: 22_locale/ctype_is_wchar_t.cc execution test
+XPASS: 22_locale/members.cc execution test
+XPASS: 22_locale/messages_byname.cc execution test
+XPASS: 22_locale/messages_members_char.cc execution test
+XPASS: 22_locale/money_get_members_char.cc execution test
+XPASS: 22_locale/money_get_members_wchar_t.cc execution test
+XPASS: 22_locale/money_put_members_char.cc execution test
+XPASS: 22_locale/money_put_members_wchar_t.cc execution test
+XPASS: 22_locale/moneypunct_byname.cc execution test
+XPASS: 22_locale/moneypunct_members_char.cc execution test
+XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
+XPASS: 22_locale/num_get_members_char.cc execution test
+XPASS: 22_locale/num_get_members_wchar_t.cc execution test
+XPASS: 22_locale/num_put_members_char.cc execution test
+XPASS: 22_locale/num_put_members_wchar_t.cc execution test
+XPASS: 22_locale/numpunct_byname.cc execution test
+XPASS: 22_locale/numpunct_members_char.cc execution test
+XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
+XPASS: 22_locale/time_get_members_char.cc execution test
+XPASS: 22_locale/time_get_members_wchar_t.cc execution test
+XPASS: 22_locale/time_put_members_char.cc execution test
+XPASS: 22_locale/time_put_members_wchar_t.cc execution test
+
+ === libstdc++-v3 Summary ===
+
+# of expected passes 453
+# of unexpected successes 26
+# of expected failures 2
+
+Compiler version: 3.3.6
+Platform: i686-pc-linux-gnu
+configure flags: --host=i686-pc-linux-gnu --prefix=/opt/gcc-3.3.6
+ --enable-shared --enable-languages=c,c++
+ --enable-threads=posix
+
+
+====================================================================
+ Summarized Output Follows
+====================================================================
+
+ === g++ Summary ===
+
+# of expected passes 8266
+# of expected failures 98
+# of untested testcases 9
+# of unsupported tests 15
+/home/rml/build/gcc-build/gcc/testsuite/../g++ version 3.3.6
+
+--
+ === gcc Summary ===
+
+# of expected passes 21488
+# of unexpected failures 1
+# of expected failures 69
+# of unsupported tests 101
+/home/rml/build/gcc-build/gcc/xgcc version 3.3.6
+
+--
+ === libstdc++-v3 check-abi Summary ===
+
+# of added symbols: 51
+# of missing symbols: 0
+# of incompatible symbols: 0
+
+--
+ === libstdc++-v3 Summary ===
+
+# of expected passes 453
+# of unexpected successes 26
+# of expected failures 2
+
+Compiler version: 3.3.6
+Platform: i686-pc-linux-gnu
+
Added: trunk/auxfiles/gcc412_test.txt
===================================================================
--- trunk/auxfiles/gcc412_test.txt (rev 0)
+++ trunk/auxfiles/gcc412_test.txt 2008-04-07 02:52:45 UTC (rev 7352)
@@ -0,0 +1,120 @@
+ === acats tests ===
+
+ === acats Summary ===
+# of expected passes 2317
+# of unexpected failures 0
+Native configuration is i686-pc-linux-gnu
+
+ === g++ tests ===
+
+Running target unix
+XPASS: g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0
+XPASS: g++.old-deja/g++.other/init5.C execution test
+
+ === g++ Summary ===
+
+# of expected passes 12408
+# of unexpected successes 2
+# of expected failures 66
+# of unsupported tests 69
+/home/rml/build/gcc-builddir/gcc/testsuite/g++/../../g++ version 4.1.2
+
+ === gcc tests ===
+
+Running target unix
+
+ === gcc Summary ===
+
+# of expected passes 38985
+# of expected failures 101
+# of untested testcases 28
+# of unsupported tests 246
+/home/rml/build/gcc-builddir/gcc/xgcc version 4.1.2
+
+ === gfortran tests ===
+
+Running target unix
+XPASS: gfortran.dg/csqrt_2.f -O0 execution test
+XPASS: gfortran.dg/csqrt_2.f -O1 execution test
+XPASS: gfortran.dg/csqrt_2.f -O2 execution test
+XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test
+XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops
execution test
+XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions execution test
+XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test
+XPASS: gfortran.dg/csqrt_2.f -Os execution test
+
+ === gfortran Summary ===
+
+# of expected passes 13622
+# of unexpected successes 8
+# of expected failures 5
+# of unsupported tests 16
+/home/rml/build/gcc-builddir/gcc/testsuite/gfortran/../../gfortran version
4.1.2
+
+ === objc tests ===
+
+Running target unix
+
+ === objc Summary ===
+
+# of expected passes 1722
+# of unsupported tests 22
+/home/rml/build/gcc-builddir/gcc/xgcc version 4.1.2
+
+ === treelang tests ===
+
+Running target unix
+
+ === treelang Summary ===
+
+# of expected passes 50
+
+ === libffi tests ===
+
+Running target unix
+
+ === libffi Summary ===
+
+# of expected passes 228
+# of unsupported tests 2
+
+ === libjava tests ===
+
+Running target unix
+
+ === libjava Summary ===
+
+# of expected passes 4060
+# of expected failures 10
+# of untested testcases 8
+
+ === libmudflap tests ===
+
+Running target unix
+
+ === libmudflap Summary ===
+
+# of expected passes 1799
+
+ === libstdc++ tests ===
+
+Running target unix
+XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess
errors)
+
+ === libstdc++ Summary ===
+
+# of expected passes 3398
+# of unexpected successes 1
+# of expected failures 12
+# of unsupported tests 324
+
+Compiler version: 4.1.2
+Platform: i686-pc-linux-gnu
+configure flags: --prefix=/usr
+ --libexecdir=/usr/lib
+ --enable-shared
+ --enable-threads=posix
+ --enable-__cxa_atexit
+ --enable-clocale=gnu
+ --enable-languages=c,ada,c++,fortran,java,objc,treelang
+
Added: trunk/auxfiles/heimdal-overwrites
===================================================================
--- trunk/auxfiles/heimdal-overwrites (rev 0)
+++ trunk/auxfiles/heimdal-overwrites 2008-04-07 02:52:45 UTC (rev 7352)
@@ -0,0 +1,44 @@
+The following is a list of all the files that may be overwritten by the
+Heimdal package. Some of the files below may not exist on your system
+if you've not installed the Inetutils or Qpopper packages. The files
+are presented in the 'mv' commands below as you may want to cut and
+paste and run the commands on your system.
+
+Note that the /bin/login and /bin/su programs are listed even though
+there are specific instructions in the BLFS Heimdal page to rename
+them. They are listed here for completeness.
+
+
+mv /usr/bin/ftp /usr/bin/ftp.INETUTILS
+mv /usr/bin/rcp /usr/bin/rcp.INETUTILS
+mv /usr/bin/rsh /usr/bin/rsh.INETUTILS
+mv /usr/bin/telnet /usr/bin/telnet.INETUTILS
+ls -l /usr/bin/*INETUTILS
+
+mv /bin/login /bin/login.SHADOW
+mv /bin/su /bin/su.SHADOW
+ls -l /bin/*SHADOW
+
+mv /usr/sbin/ftpd /usr/sbin/ftpd.INETUTILS
+mv /usr/sbin/rshd /usr/sbin/rshd.INETUTILS
+mv /usr/sbin/telnetd /usr/sbin/telnetd.INETUTILS
+mv /usr/sbin/popper /usr/sbin/popper.QPOPPER
+ls -l /usr/sbin/*{INETUTILS,QPOPPER}
+
+mv /usr/share/man/man1/login.1 /usr/share/man/man1/login.1.SHADOW
+mv /usr/share/man/man1/su.1 /usr/share/man/man1/su.1.SHADOW
+mv /usr/share/man/man1/ftp.1 /usr/share/man/man1/ftp.1.INETUTILS
+mv /usr/share/man/man1/rcp.1 /usr/share/man/man1/rcp.1.INETUTILS
+mv /usr/share/man/man1/rsh.1 /usr/share/man/man1/rsh.1.INETUTILS
+mv /usr/share/man/man1/telnet.1 /usr/share/man/man1/telnet.1.INETUTILS
+ls -l /usr/share/man/man1/*{SHADOW,INETUTILS}
+
+mv /usr/share/man/man5/login.access.5 /usr/share/man/man5/login.access.5.SHADOW
+mv /usr/share/man/man5/ftpusers.5 /usr/share/man/man5/ftpusers.5.INETUTILS
+ls -l /usr/share/man/man5/*{SHADOW,INETUTILS}
+
+mv /usr/share/man/man8/ftpd.8 /usr/share/man/man8/ftpd.8.INETUTILS
+mv /usr/share/man/man8/rshd.8 /usr/share/man/man8/rshd.8.INETUTILS
+mv /usr/share/man/man8/telnetd.8 /usr/share/man/man8/telnetd.8.INETUTILS
+ls -l /usr/share/man/man8/*INETUTILS
+
Added: trunk/auxfiles/jdk-uudecode-check.sh
===================================================================
--- trunk/auxfiles/jdk-uudecode-check.sh (rev 0)
+++ trunk/auxfiles/jdk-uudecode-check.sh 2008-04-07 02:52:45 UTC (rev
7352)
@@ -0,0 +1,17 @@
+#! /bin/sh
+# $LastChangedBy$
+# $Date$
+
+${JAVA_HOME}/bin/javac -version 2>&1 | head -1 | grep -q 1\.6
+if [ $? -eq 1 ]; then
+ echo; echo "JDK/uudecode combination is okay, proceed with the
installation :-)"; echo
+else
+ uudecode --version 2>&1 | head -1 | grep -q GMime
+ if [ $? -eq 1 ]; then
+ echo; echo "JDK/uudecode combination is okay, proceed with the
installation :-)"; echo
+ else
+ echo; echo "JDK/uudecode combination is bad, modify the ./configure
command as shown below:"; echo
+ echo 'uudecode="no" ../dist/configure --(use the parameters shown in
the book)'; echo
+ fi
+fi
+
Property changes on: trunk/auxfiles/jdk-uudecode-check.sh
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:keywords
+ LastChangedBy Date
Added: trunk/auxfiles/mc-bad.png
===================================================================
(Binary files differ)
Property changes on: trunk/auxfiles/mc-bad.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/auxfiles/php_configure.txt
===================================================================
--- trunk/auxfiles/php_configure.txt (rev 0)
+++ trunk/auxfiles/php_configure.txt 2008-04-07 02:52:45 UTC (rev 7352)
@@ -0,0 +1,53 @@
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-apxs2 \
+ --enable-force-cgi-redirect \
+ --enable-discard-path \
+ --enable-fastcgi \
+ --with-config-file-path=/etc \
+ --with-openssl \
+ --with-kerberos \
+ --with-pcre-regex=/usr \
+ --with-zlib \
+ --enable-bcmath \
+ --with-bz2 \
+ --enable-calendar \
+ --with-curl \
+ --with-curlwrappers \
+ --enable-dba=shared \
+ --with-gdbm \
+ --with-db4 \
+ --with-inifile \
+ --with-flatfile \
+ --enable-exif \
+ --enable-ftp \
+ --with-openssl-dir=/usr \
+ --with-gd=/usr \
+ --with-jpeg-dir=/usr \
+ --with-png-dir=/usr \
+ --with-zlib-dir=/usr \
+ --with-xpm-dir=/usr/X11R6/lib \
+ --with-freetype-dir=/usr \
+ --with-t1lib \
+ --with-gettext \
+ --with-gmp \
+ --with-ldap \
+ --with-ldap-sasl \
+ --enable-mbstring \
+ --with-mysql \
+ --with-mysql-sock=/var/run/mysql \
+ --with-ncurses \
+ --with-unixODBC=/usr \
+ --with-pdo-mysql \
+ --with-pdo-odbc=unixODBC,/usr \
+ --with-pdo-pgsql \
+ --without-pdo-sqlite \
+ --with-pgsql \
+ --with-pspell \
+ --with-readline \
+ --with-snmp \
+ --enable-sockets \
+ --with-tidy \
+ --with-xsl \
+ --with-iconv
+
Added: trunk/auxfiles/seamonkey-1.1.8-mozconfig
===================================================================
--- trunk/auxfiles/seamonkey-1.1.8-mozconfig (rev 0)
+++ trunk/auxfiles/seamonkey-1.1.8-mozconfig 2008-04-07 02:52:45 UTC (rev
7352)
@@ -0,0 +1,86 @@
+# This file contains the options used in the SeaMonkey build. You may
+# need to specify additional options for your specific build needs.
+# Use the information provided by running './configure --help' to
+# help you determine if you need to add any additional options.
+# Some additional options can be added by uncommenting the examples
+# in this file or adding options by inserting a line containing
+# 'ac_add_options --some-option-you-need'.
+
+
+# Create an object directory and specify to build the package in that
+# directory. If desired, modify the location of the object directory
+# to a directory inside the source tree by removing '../' from the
+# line below.
+mk_add_options [EMAIL PROTECTED]@/../seamonkey-build
+
+# This option is used to specify that the SeaMonkey suite is
+# being built and to use all the default options for SeaMonkey.
+ac_add_options --enable-application=suite
+
+# Specify the installation prefix. If you would prefer SeaMonkey
+# installed in a different prefix, modify the line below to fit
+# your needs. You'll also need to modify some of the instructions in
+# the BLFS book to point to your desired prefix.
+ac_add_options --prefix=/usr
+
+# These options are used so that the SeaMonkey binaries are linked to
+# the system-installed copies of the specified libraries instead of
+# the source tree code which may not be the most recent versions.
+ac_add_options --with-system-zlib
+ac_add_options --with-system-png
+ac_add_options --with-system-jpeg
+ac_add_options --enable-system-cairo
+
+# This option specifies to include support for rendering the HTML
+# <canvas></canvas> tag in the SeaMonkey browser.
+ac_add_options --enable-canvas
+
+# This option is used so that the debugging symbols are removed from
+# the installed binaries during the installation process. Comment out
+# this option if you may have a need to retain the debugging symbols
+# in the installed binaries. Note that this can substantially
+# increase the size of the installed binaries.
+ac_add_options --enable-strip
+
+# This option is added so that test libraries and programs are not
+# built. These would only be required for debugging purposes.
+ac_add_options --disable-tests
+
+# This option is added so that the Mozilla Installer program is not
+# built or installed. The program is not required for a BLFS
+# installation of SeaMonkey.
+ac_add_options --disable-installer
+
+# This option is used to disable the a11y support in the SeaMonkey
+# binaries. Comment out this option if you require a11y support.
+ac_add_options --disable-accessibility
+
+# This option is used to enable support for rendering SVG files in the
+# SeaMonkey browser.
+ac_add_options --enable-svg
+
+# This option is used to enable source tree included LDAP support in
+# the SeaMonkey binaries.
+ac_add_options --enable-ldap
+
+# These two options enable support for building SeaMonkey with
+# system-installed versions of the Network Security Services (NSS)
+# and Netscape Portable Runtime (NSPR) libraries. Uncomment both
+# lines to enable support for system-installed NSS/NSPR.
+#ac_add_options --with-system-nspr
+#ac_add_options --with-system-nss
+
+# Uncomment this option if you desire support for dual-monitor
+# display of SeaMonkey using the X-Window Xinerama libraries.
+#ac_add_options --enable-xinerama
+
+# Complex scripts such as Thai can only be rendered in SeaMonkey with the
+# help of Pango. This option significantly slows rendering, so only use
+# it if necessary.
+#ac_add_options --enable-pango
+
+# This option identifies the default binary directory of the SeaMonkey
+# installation and is used to locate SeaMonkey's installed files. This
+# option is not required for end-user browsing, and is only used for
+# development purposes.
+#ac_add_options --with-default-mozilla-five-home=/usr/lib/seamonkey-1.1.8
Added: trunk/auxfiles/thunderbird-2.0.0.12-mozconfig
===================================================================
--- trunk/auxfiles/thunderbird-2.0.0.12-mozconfig
(rev 0)
+++ trunk/auxfiles/thunderbird-2.0.0.12-mozconfig 2008-04-07 02:52:45 UTC
(rev 7352)
@@ -0,0 +1,91 @@
+# This file contains the options used in the Thunderbird build. You may
+# need to specify additional options for your specific build needs.
+# Use the information provided by running './configure --help' to
+# help you determine if you need to add any additional options.
+# Some additional options can be added by uncommenting the examples
+# in this file or adding options by inserting a line containing
+# 'ac_add_options --some-option-you-need'.
+
+
+# Use the default settings specified in the source tree
+. $topsrcdir/mail/config/mozconfig
+
+# Create an object directory and specify to build the package in that
+# directory. If desired, modify the location of the object directory
+# to a directory inside the source tree by removing '../' from the
+# line below.
+mk_add_options [EMAIL PROTECTED]@/../thunderbird-build
+
+# Specify the installation prefix. If you would prefer Thunderbird
+# installed in a different prefix, modify the line below to fit
+# your needs. You'll also need to modify some of the instructions in
+# the BLFS book to point to your desired prefix.
+ac_add_options --prefix=/usr
+
+# These options are used so that the Thunderbird binaries are linked to
+# the system-installed copies of the specified libraries instead of
+# the source tree code which may not be the most recent versions.
+ac_add_options --with-system-zlib
+ac_add_options --with-system-png
+ac_add_options --with-system-jpeg
+ac_add_options --enable-system-cairo
+
+# This option causes the installed binaries to have the official
+# Thunderbird name embedded in them. Due to license restrictions, you
+# may not distribute binaries created using this option.
+ac_add_options --enable-official-branding
+
+# This option specifies to include support for rendering the HTML
+# <canvas></canvas> tag in the Thunderbird mail client.
+#ac_add_options --enable-canvas
+
+# This option is used so that the debugging symbols are removed from
+# the installed binaries during the installation process. Comment out
+# this option if you may have a need to retain the debugging symbols
+# in the installed binaries. Note that this can substantially
+# increase the size of the installed binaries.
+ac_add_options --enable-strip
+
+# This option is added so that test libraries and programs are not
+# built. These would only be required for debugging purposes.
+ac_add_options --disable-tests
+
+# This option is added so that the Mozilla Installer program is not
+# built or installed. The program is not required for a BLFS
+# installation of Thunderbird.
+ac_add_options --disable-installer
+
+# This option is used to disable the a11y support in the Thunderbird
+# binaries. Comment out this option if you require a11y support.
+ac_add_options --disable-accessibility
+
+# This option is used to enable source tree included LDAP support in
+# the Thunderbird binaries.
+ac_add_options --enable-ldap
+
+# This option is used to enable support for rendering SVG files in the
+# Thunderbird mail client. Uncomment the line below to enable the option.
+#ac_add_options --enable-svg
+
+# Uncomment this option if you desire support for dual-monitor
+# display of Thunderbird using the X-Window Xinerama libraries.
+#ac_add_options --enable-xinerama
+
+# These two options enable support for building Thunderbird with
+# system-installed versions of the Network Security Services (NSS)
+# and Netscape Portable Runtime (NSPR) libraries. Uncomment both
+# lines to enable support for system-installed NSS/NSPR.
+#ac_add_options --with-system-nss
+#ac_add_options --with-system-nspr
+
+# Complex scripts such as Thai can only be rendered in Firefox with the
+# help of Pango. This option significantly slows rendering, so only use
+# it if necessary.
+#ac_add_options --enable-pango
+
+# This option identifies the default binary directory of the Thunderbird
+# installation and is used to locate Thunderbird's installed files. This
+# option is not required for end-user use, and is only used for
+# development purposes.
+#ac_add_options --with-default-mozilla-five-home=/usr/lib/thunderbird-2.0.0.12
+
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page