fix build fail

This commit is contained in:
zhouwenpei 2023-01-13 06:30:05 +00:00
parent a0d1f668e1
commit ba0edce260

View File

@ -1,6 +1,6 @@
Name: jbigkit Name: jbigkit
Version: 2.1 Version: 2.1
Release: 20 Release: 21
Summary: Lossless image compression library Summary: Lossless image compression library
License: GPLv2+ License: GPLv2+
@ -46,7 +46,7 @@ files for %{name} development.
export CFLAGS="${CFLAGS:-%optflags}" export CFLAGS="${CFLAGS:-%optflags}"
export CXXFLAGS="${CXXFLAGS:-%optflags}" export CXXFLAGS="${CXXFLAGS:-%optflags}"
export FFLAGS="${FFLAGS:-%optflags}" export FFLAGS="${FFLAGS:-%optflags}"
%make_build make
%install %install
pushd libjbig pushd libjbig
@ -84,6 +84,9 @@ make test
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Fri Jan 13 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.1-21
- fix build fail
* Tue Oct 25 2022 wangkerong <wangkerong@h-partners.com> - 2.1-20 * Tue Oct 25 2022 wangkerong <wangkerong@h-partners.com> - 2.1-20
- rebuild for next release - rebuild for next release