wok diff thunderbird/stuff/thunderbird.mozconfig.conf @ rev 11820

Up: thunderbird to 10.0.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 14:16:39 2012 -0500 (2012-02-25)
parents f8ba4e9c2b01
children cc29898c3261
line diff
     1.1 --- a/thunderbird/stuff/thunderbird.mozconfig.conf	Sat Sep 11 11:05:34 2010 +0200
     1.2 +++ b/thunderbird/stuff/thunderbird.mozconfig.conf	Sat Feb 25 14:16:39 2012 -0500
     1.3 @@ -29,6 +29,7 @@
     1.4  # installed in a different prefix, modify the line below to fit
     1.5  # your needs (the config will always be written to /etc/gre.d)
     1.6  ac_add_options --prefix=/usr
     1.7 +ac_add_options --libdir=/usr/lib
     1.8  
     1.9  # apply a minimal level of optimization (-O)
    1.10  ac_add_options --enable-optimize
    1.11 @@ -62,7 +63,7 @@
    1.12  ac_add_options --with-system-nss
    1.13  
    1.14  # Comment this if you have not built png with the apng patch.
    1.15 -# ac_add_options --with-system-png
    1.16 +#ac_add_options --with-system-png
    1.17  
    1.18  # The pthreads option is only used when building nspr
    1.19  # Uncomment this if you build the included nspr.
    1.20 @@ -93,7 +94,8 @@
    1.21  
    1.22  # Enable the build of static internal libs (this is currently required, until
    1.23  # Thunderbird 3.1, DO NOT COMMENT, see note below about XulRunner).
    1.24 -ac_add_options --enable-static
    1.25 +#ac_add_options --enable-static
    1.26 +ac_add_options --enable-libxul
    1.27  
    1.28  # This option is added so that test libraries and programs are not
    1.29  # built. These would only be required for debugging purposes.
    1.30 @@ -135,6 +137,12 @@
    1.31  #ac_add_options --with-system-libxul
    1.32  #ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-devel-1.9.2.8
    1.33  
    1.34 +# Use system libevent
    1.35 +ac_add_options --with-system-libevent
    1.36 +
    1.37 +# Use system libvpx
    1.38 +ac_add_options --with-system-libvpx
    1.39 +
    1.40  # curl is required for the crash reporter.  
    1.41  # Use --disable-crashreporter to disable the crash reporter.
    1.42  ac_add_options --disable-crashreporter