riscv64: reverse -static-pie patch due to unsupported tool-chains
Until glibc 2.39 and gcc 14, it is supported on RISC-V. (cherry picked from commit 9ddd2cde330a6d370379ca251fcb5b16a25a0adf)
This commit is contained in:
parent
bbc8b0ff62
commit
61f1d18f3a
@ -1,7 +1,7 @@
|
||||
#Basic Information
|
||||
Name: syscontainer-tools
|
||||
Version: 0.9
|
||||
Release: 66
|
||||
Release: 67
|
||||
Summary: syscontainer tools for IT, work with iSulad
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/syscontainer-tools
|
||||
@ -40,6 +40,10 @@ This is syscontainer tools, to make it work, you need a isulad and util-linux
|
||||
#Build sections
|
||||
%prep
|
||||
%autosetup -n %{name}-v%{version} -p1
|
||||
%ifarch riscv64
|
||||
# not support -static-pie until glibc2.39, gcc14
|
||||
%patch11 -R -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
make init && make
|
||||
@ -128,6 +132,12 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json
|
||||
rm -rfv %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Fri Sep 20 2024 laokz <zhangkai@iscas.ac.cn> - 0.9-67
|
||||
- Type:fix
|
||||
- CVE:NA
|
||||
- SUG:NA
|
||||
- DESC:riscv64: reverse -static-pie patch due to unsupported tool-chains
|
||||
|
||||
* Thu Aug 29 2024 wujichao <wujichao1@huawei.com> - 0.9-66
|
||||
- Type:patch
|
||||
- CVE:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user