mirror of
https://abf.rosa.ru/djam/zstd.git
synced 2025-02-23 03:42:47 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
652590c46d
commit
e920e290ca
1 changed files with 2 additions and 2 deletions
|
@ -86,10 +86,10 @@ find -name .gitignore -delete
|
|||
|
||||
%build
|
||||
for dir in lib programs; do
|
||||
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" %make -C "$dir"
|
||||
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" %make_build -C "$dir"
|
||||
done
|
||||
%if %{with pzstd}
|
||||
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" CXXFLAGS="%{optflags} -std=c++11" %make -C 'contrib/pzstd'
|
||||
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" CXXFLAGS="%{optflags} -std=c++11" %make_build -C 'contrib/pzstd'
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue