]> git.pld-linux.org Git - packages/hiredis.git/commitdiff
- non-parallel make
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Oct 2020 08:14:31 +0000 (10:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Oct 2020 08:14:31 +0000 (10:14 +0200)
hiredis.spec

index 58f73e7f94043cc2230c7c7ec9bc8f4ec4122330..038d0fbbc203ea07da7b54d601bf152b7d4236ad 100644 (file)
@@ -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 \
This page took 0.116381 seconds and 4 git commands to generate.