mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Add LUA compatibility for CentOS and try to use LuaJIT first if available
This commit is contained in:
parent
857bf9da58
commit
0ac23a47cf
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
||||
v3.0.3 - YYYY-MMM-DD (to be released)
|
||||
-------------------------------------
|
||||
|
||||
- Add LUA compatibility for CentOS and try to use LuaJIT first if available
|
||||
[Issue #1622 - @victorhora, @dmitryzykov]
|
||||
- Allow LuaJIT to be used
|
||||
[Issue #1809 - @victorhora, @p0pr0ck5]
|
||||
- Implement support for Lua 5.1
|
||||
|
@ -6,7 +6,7 @@ AC_DEFUN([CHECK_LUA],
|
||||
[dnl
|
||||
|
||||
# Possible names for the lua library/package (pkg-config)
|
||||
LUA_POSSIBLE_LIB_NAMES="lua lua53 lua5.3 lua52 lua5.2 lua51 lua5.1 luajit luajit-5.1"
|
||||
LUA_POSSIBLE_LIB_NAMES="luajit luajit-5.1 lua53 lua5.3 lua-5.3 lua52 lua5.2 lua-5.2 lua51 lua5.1 lua-5.1 lua"
|
||||
|
||||
# Possible extensions for the library
|
||||
LUA_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user