!49 [sync] PR-48: add sw_64 support
From: @openeuler-sync-bot Reviewed-by: @hubin95 Signed-off-by: @hubin95
This commit is contained in:
commit
4b2072ec5e
5
lua.spec
5
lua.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: lua
|
Name: lua
|
||||||
Version: 5.4.3
|
Version: 5.4.3
|
||||||
Release: 11
|
Release: 12
|
||||||
Summary: A powerful, efficient, lightweight, embeddable scripting language
|
Summary: A powerful, efficient, lightweight, embeddable scripting language
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.lua.org/
|
URL: http://www.lua.org/
|
||||||
@ -159,6 +159,9 @@ LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir}/lua -e"_U=
|
|||||||
%{_mandir}/man1/lua*.1*
|
%{_mandir}/man1/lua*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 22 2023 panchenbo <panchenbo@kylinsec.com.cn> - 5.4.3-12
|
||||||
|
- add sw_64 support
|
||||||
|
|
||||||
* Tue Apr 18 2023 chenziyang <chenziyang4@huawei.com> - 5.4.3-11
|
* Tue Apr 18 2023 chenziyang <chenziyang4@huawei.com> - 5.4.3-11
|
||||||
- fix CVE-2021-45985 and other commits because CVE change heavily rely on these commits
|
- fix CVE-2021-45985 and other commits because CVE change heavily rely on these commits
|
||||||
|
|
||||||
|
|||||||
@ -38,6 +38,8 @@
|
|||||||
#include "luaconf-arm.h"
|
#include "luaconf-arm.h"
|
||||||
#elif defined(__alpha__)
|
#elif defined(__alpha__)
|
||||||
#include "luaconf-alpha.h"
|
#include "luaconf-alpha.h"
|
||||||
|
#elif defined(__sw_64)
|
||||||
|
#include "luaconf-sw_64.h"
|
||||||
#elif defined(__sparc__) && defined (__arch64__)
|
#elif defined(__sparc__) && defined (__arch64__)
|
||||||
#include "luaconf-sparc64.h"
|
#include "luaconf-sparc64.h"
|
||||||
#elif defined(__sparc__)
|
#elif defined(__sparc__)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user