[packages/zstd] - enable parallel build - rel 2
baggins
baggins at pld-linux.org
Sat Oct 24 12:17:22 CEST 2020
commit f822df6dba81f9f7015d7bb8a22e50e2371fd83d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Oct 24 12:17:08 2020 +0200
- enable parallel build
- rel 2
zstd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/zstd.spec b/zstd.spec
index 6554c3a..c159aa4 100644
--- a/zstd.spec
+++ b/zstd.spec
@@ -2,7 +2,7 @@ Summary: Zstandard - fast lossless compression algorithm
Summary(pl.UTF-8): Zstandard - szybki, bezstratny algorytm kompresji
Name: zstd
Version: 1.4.5
-Release: 1
+Release: 2
License: BSD
Group: Libraries
#Source0Download: https://github.com/facebook/zstd/releases
@@ -53,7 +53,7 @@ Statyczna biblioteka Zstd.
CC="%{__cc}" \
CFLAGS="%{rpmcflags} %{rpmcppflags}" \
LDFLAGS="%{rpmldflags}" \
-%{__make} -j1 all \
+%{__make} all \
V=1
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zstd.git/commitdiff/f822df6dba81f9f7015d7bb8a22e50e2371fd83d
More information about the pld-cvs-commit
mailing list