[packages/openssl102: 55/432] - added using %%{rpmcflags} macro.

adwol adwol at pld-linux.org
Sat Sep 29 01:06:14 CEST 2018


commit c1cb5ffa5cf409f547b6355e6e3af1663d4a01ea
Author: kloczek <kloczek at pld-linux.org>
Date:   Mon Apr 30 16:05:25 2001 +0000

    - added using %%{rpmcflags} macro.
    
    Changed files:
        openssl.spec -> 1.50

 openssl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index a0f607b..5cf3a31 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:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ALLOW_DH"
+%{__make} OPT_FLAGS="%{rpmcflags} -DSSL_ALLOW_DH"
 %{__make} INSTALLTOP=%{_prefix} \
-	OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+	OPT_FLAGS="%{rpmcflags}"
 %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