fix build error for sw_64
(cherry picked from commit d419fce68e4efd2c4a03be3c16b71fee6341c825)
This commit is contained in:
parent
99bd316b6c
commit
a857ed9328
@ -1,6 +1,6 @@
|
||||
Name: libjpeg-turbo
|
||||
Version: 2.1.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: MMX/SSE2/SIMD accelerated libjpeg-compatible JPEG codec library
|
||||
License: IJG
|
||||
URL: http://sourceforge.net/projects/libjpeg-turbo
|
||||
@ -63,7 +63,7 @@ manipulate JPEG files using the TurboJPEG library.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%{cmake} -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES -DENABLE_STATIC:BOOL=NO .
|
||||
%{cmake} -DCMAKE_INSTALL_LIBDIR=%{_libdir} -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES -DENABLE_STATIC:BOOL=NO .
|
||||
|
||||
%make_build V=1
|
||||
|
||||
@ -145,6 +145,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags}
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 24 2023 guoqinglan <guoqinglan@kylinsec.com.cn> - 2.1.1-5
|
||||
- fix build error for sw_64
|
||||
|
||||
* Thu Nov 17 2022 doupengda <doupengda@loongson.cn> - 2.1.1-4
|
||||
- add loongarch64 support
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user