[packages/hiredis] - non-parallel make
qboosh
qboosh at pld-linux.org
Sat Oct 24 10:14:28 CEST 2020
commit b5f30a58345a2d98475c7aeaa69837784fe92cf1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Oct 24 10:14:31 2020 +0200
- non-parallel make
hiredis.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/hiredis.spec b/hiredis.spec
index 58f73e7..038d0fb 100644
--- a/hiredis.spec
+++ b/hiredis.spec
@@ -107,7 +107,7 @@ Narzędzie testowe do biblioteki hiredis.
%patch0 -p1
%build
-%{__make} \
+%{__make} -j1 \
CC="%{__cc}" \
DEBUG="" \
LDFLAGS="%{rpmldflags}" \
@@ -118,6 +118,7 @@ Narzędzie testowe do biblioteki hiredis.
%install
rm -rf $RPM_BUILD_ROOT
+
%{__make} install \
INSTALL="cp -p" \
DESTDIR=$RPM_BUILD_ROOT \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hiredis.git/commitdiff/b5f30a58345a2d98475c7aeaa69837784fe92cf1
More information about the pld-cvs-commit
mailing list