[Erp5-report] r26103 - /spec/mandriva/python2.4/python2.4.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 20 09:00:52 CET 2009


Author: kazuhiko
Date: Fri Mar 20 09:00:51 2009
New Revision: 26103

URL: http://svn.erp5.org?rev=26103&view=rev
Log:
* Fri Mar 13 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.4.6-1.1nxd2009.0
- set _disable_ld_as_needed as 1 for the better performance (2-3% faster).

Modified:
    spec/mandriva/python2.4/python2.4.spec

Modified: spec/mandriva/python2.4/python2.4.spec
URL: http://svn.erp5.org/spec/mandriva/python2.4/python2.4.spec?rev=26103&r1=26102&r2=26103&view=diff
==============================================================================
--- spec/mandriva/python2.4/python2.4.spec [utf8] (original)
+++ spec/mandriva/python2.4/python2.4.spec [utf8] Fri Mar 20 09:00:51 2009
@@ -1,3 +1,5 @@
+# python built with '-Wl,--as-needed' is 2-3% slower
+%define _disable_ld_as_needed 1
 %define _disable_ld_no_undefined 1
 %define docver  2.4.4
 %define dirver  2.4
@@ -9,7 +11,7 @@
 Summary:	An interpreted, interactive object-oriented programming language
 Name:		python2.4
 Version:	2.4.6
-Release:	%mkrel 1
+Release:	%mkrel 1.1
 License:	Modified CNRI Open Source License
 Group:		Development/Python
 
@@ -448,6 +450,9 @@
 
 
 %changelog
+* Fri Mar 13 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.4.6-1.1nxd2009.0
+- set _disable_ld_as_needed as 1 for the better performance (2-3% faster).
+
 * Sun Jan 11 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.4.6-1nxd2009.0
 - sync with revision 316089.
 - new upstream release (security fixes only).




More information about the Erp5-report mailing list