From: Jan Rękorajski Date: Sat, 24 Oct 2020 10:17:08 +0000 (+0200) Subject: - enable parallel build X-Git-Tag: auto/th/zstd-1.4.5-2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fzstd.git;a=commitdiff_plain;h=f822df6dba81f9f7015d7bb8a22e50e2371fd83d - enable parallel build - rel 2 --- 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