packages: iceweasel/iceweasel.spec - don't build with system xulrunner for ...
hawk
hawk at pld-linux.org
Tue Nov 3 11:56:21 CET 2009
Author: hawk Date: Tue Nov 3 10:56:21 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- don't build with system xulrunner for Titanium, standalone browser
is noticeably faster
---- Files affected:
packages/iceweasel:
iceweasel.spec (1.73 -> 1.74)
---- Diffs:
================================================================
Index: packages/iceweasel/iceweasel.spec
diff -u packages/iceweasel/iceweasel.spec:1.73 packages/iceweasel/iceweasel.spec:1.74
--- packages/iceweasel/iceweasel.spec:1.73 Wed Oct 28 14:52:29 2009
+++ packages/iceweasel/iceweasel.spec Tue Nov 3 11:56:11 2009
@@ -6,7 +6,11 @@
%bcond_without gnomevfs # disable GNOME comp. (gconf+libgnome+gnomevfs) and gnomevfs ext.
%bcond_without gnome # disable all GNOME components (gnome+gnomeui+gnomevfs)
%bcond_without kerberos # disable krb5 support
+%if "%{pld_release}" == "ti"
+%bcond_with xulrunner # build with system xulrunner
+%else
%bcond_without xulrunner # build with system xulrunner
+%endif
%if %{without gnome}
%undefine with_gnomeui
@@ -517,6 +521,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.74 2009/11/03 10:56:11 hawk
+- don't build with system xulrunner for Titanium, standalone browser
+ is noticeably faster
+
Revision 1.73 2009/10/28 13:52:29 glen
- convert xulrunner/firefox versions
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iceweasel/iceweasel.spec?r1=1.73&r2=1.74&f=u
More information about the pld-cvs-commit
mailing list