Build arguments is too strict for riscv64 w/ latest toolchain
(cherry picked from commit 8addf0892cd19084aeae37e81388a0177fabcc42)
This commit is contained in:
parent
bd2e7fced5
commit
dde6d26a80
@ -1,6 +1,6 @@
|
||||
Name: qt-at-spi
|
||||
Version: 0.3.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Qt plugin that bridges Qt's accessibility API to AT-SPI2
|
||||
|
||||
License: LGPLv2+
|
||||
@ -31,6 +31,9 @@ install -m644 -p %{SOURCE1} .
|
||||
|
||||
|
||||
%build
|
||||
%ifarch riscv64
|
||||
sed -i -e '/-Werror$/d' src/src.pro
|
||||
%endif
|
||||
%{qmake_qt4}
|
||||
%make_build
|
||||
|
||||
@ -56,5 +59,8 @@ make install INSTALL_ROOT=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 24 2024 misaka00251 <liuxin@iscas.ac.cn> - 0.3.1-2
|
||||
- Build arguments is too strict for riscv64 w/ latest toolchain
|
||||
|
||||
* Thu Feb 18 2021 weidong <weidong@uniontech.com> - 0.3.1-1
|
||||
- Initial package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user