Author: dj Date: 2008-05-07 00:45:15 -0600 (Wed, 07 May 2008) New Revision: 7422
Added: trunk/auxfiles/firefox-2.0.0.14-mozconfig Log: Added firefox-2.0.0.14-mozconfig Copied: trunk/auxfiles/firefox-2.0.0.14-mozconfig (from rev 7421, trunk/auxfiles/firefox-2.0.0.13-mozconfig) =================================================================== --- trunk/auxfiles/firefox-2.0.0.14-mozconfig (rev 0) +++ trunk/auxfiles/firefox-2.0.0.14-mozconfig 2008-05-07 06:45:15 UTC (rev 7422) @@ -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.14 + -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
