SPECS: openssl.spec - 'purify' bcond added

jajcus jajcus at pld-linux.org
Tue Jun 13 11:21:08 CEST 2006


Author: jajcus                       Date: Tue Jun 13 09:21:08 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 'purify' bcond added

---- Files affected:
SPECS:
   openssl.spec (1.150 -> 1.151) 

---- Diffs:

================================================================
Index: SPECS/openssl.spec
diff -u SPECS/openssl.spec:1.150 SPECS/openssl.spec:1.151
--- SPECS/openssl.spec:1.150	Tue May  9 00:37:39 2006
+++ SPECS/openssl.spec	Tue Jun 13 11:21:00 2006
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with purify	# Compile openssl with \-DPURIFY, usefull when one wants to
+			# use valgrind debugger against openssl-linked programs
 %include	/usr/lib/rpm/macros.perl
 Summary:	OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3)
 Summary(de):	Secure Sockets Layer (SSL)-Kommunikationslibrary
@@ -194,7 +198,7 @@
 
 %{__perl} util/perlpath.pl %{__perl}
 
-OPTFLAGS="%{rpmcflags}"
+OPTFLAGS="%{rpmcflags} %{?with_purify:-DPURIFY}"
 export OPTFLAGS
 ./Configure \
 	--openssldir=%{_var}/lib/%{name} \
@@ -439,6 +443,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.151  2006/06/13 09:21:00  jajcus
+- 'purify' bcond added
+
 Revision 1.150  2006/05/08 22:37:39  wiget
 - updated to 0.9.8b
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openssl.spec?r1=1.150&r2=1.151&f=u



More information about the pld-cvs-commit mailing list