[packages/openssl102: 51/432] - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like)

adwol adwol at pld-linux.org
Sat Sep 29 01:05:54 CEST 2018


commit c80134bb79fbf7e9487c25f8379092711de315ca
Author: michuz <michuz at pld-linux.org>
Date:   Sat Dec 23 00:48:46 2000 +0000

    - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
      (now it's more C like)
    
    Changed files:
        openssl.spec -> 1.46

 openssl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 3a6f8be..d42aca7 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -130,9 +130,9 @@ perl util/perlpath.pl %{_bindir}/perl
 ./Configure --openssldir=%{_var}/lib/%{name} threads linux-alpha+bwx-gcc
 %endif
 
-%{__make} OPT_FLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -DSSL_ALLOW_DH"
+%{__make} OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ALLOW_DH"
 %{__make} INSTALLTOP=%{_prefix} \
-	OPT_FLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+	OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 %ifarch alpha
 %{__make} linux-shared
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list