[packages/openssl102: 37/432] - added using %%{__make} macro.

adwol adwol at pld-linux.org
Sat Sep 29 01:04:44 CEST 2018


commit fe57b0ace0bc1c3941ff0e8fc208174dd1767413
Author: kloczek <kloczek at pld-linux.org>
Date:   Fri Jun 9 07:23:27 2000 +0000

    - added using %%{__make} macro.
    
    Changed files:
        openssl.spec -> 1.33

 openssl.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index aae4fb5..e9a9e7c 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -96,9 +96,9 @@ perl util/perlpath.pl %{_bindir}
 
 ./config --openssldir=%{openssldir}
 
-make OPT_FLAGS="$RPM_OPT_FLAGS" linux-shared
-make INSTALLTOP=%{_prefix} OPT_FLAGS="$RPM_OPT_FLAGS"
-make rehash
+%{__make} OPT_FLAGS="$RPM_OPT_FLAGS" linux-shared
+%{__make} INSTALLTOP=%{_prefix} OPT_FLAGS="$RPM_OPT_FLAGS"
+%{__make} rehash
 #cd perl
 #perl Makefile.PL
 #make
@@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_pkglibdir}}
 
-make install \
+%{__make} install \
 	INSTALLTOP=%{_prefix} \
 	INSTALL_PREFIX=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list