[openssl] Add macro for performance build on certain arches.

Tomáš Mráz tmraz at fedoraproject.org
Wed Feb 12 15:58:34 UTC 2014


commit a9591c7f1ff0ad5e33dfaaa47c2d0e6b0fafa0f4
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Wed Feb 12 16:58:49 2014 +0100

    Add macro for performance build on certain arches.

 openssl.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 58cd56c..605d1c3 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -18,6 +18,8 @@
 # also be handled in opensslconf-new.h.
 %define multilib_arches %{ix86} ia64 ppc %{power64} s390 s390x sparcv9 sparc64 x86_64
 
+%global _performance_build 1
+
 Summary: Utilities from the general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.0.1e


More information about the scm-commits mailing list