From 4c5d5b48afb2d1e178b494f23b8dff185534f0b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 6 Aug 2016 02:22:08 +0300 Subject: [PATCH] no more rehash make target --- openssl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 619881b..df8e8f6 100644 --- a/openssl.spec +++ b/openssl.spec @@ -352,7 +352,7 @@ PERL="%{__perl}" \ v=$(awk -F= '/^VERSION/{print $2}' Makefile) test "$v" = %{version}%{?subver:-%{subver}}%{?with_snap:-dev} -%{__make} -j1 all rehash %{?with_tests:tests} \ +%{__make} -j1 all %{?with_tests:tests} \ CC="%{__cc}" \ ASFLAG='$(CFLAG) -Wa,--noexecstack' \ INSTALLTOP=%{_prefix} -- 2.44.0