mirror of
https://abf.rosa.ru/djam/zstd.git
synced 2025-02-23 09:22:54 +00:00
1.4.4
This commit is contained in:
parent
debbffffa9
commit
f46b0f7e35
2 changed files with 4 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
zstd-1.4.3.tar.gz: aa9628839ba5032482f4df805d1f15aa485583cf
|
zstd-1.4.4.tar.gz: 8ec1a47b704001c1804b8670a3c86f4baf035c07
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
Summary: Zstd compression library
|
Summary: Zstd compression library
|
||||||
Name: zstd
|
Name: zstd
|
||||||
Version: 1.4.3
|
Version: 1.4.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
|
@ -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 CC=%{__cc} -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 CC=%{__cc} -C 'contrib/pzstd'
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Add table
Reference in a new issue