mirror of
https://abf.rosa.ru/djam/zstd.git
synced 2025-02-23 17:32:54 +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
|
%build
|
||||||
for dir in lib programs; do
|
for dir in lib programs; do
|
||||||
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" %make -C "$dir"
|
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" %make_build -C "$dir"
|
||||||
done
|
done
|
||||||
%if %{with pzstd}
|
%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
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Add table
Reference in a new issue