]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
luajit 2.0 is deprecated, 2.1 is current
authorNick Porter <nick@portercomputing.co.uk>
Fri, 3 Nov 2023 13:00:33 +0000 (13:00 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 3 Nov 2023 13:22:34 +0000 (13:22 +0000)
.github/workflows/ci-freebsd.yml
src/modules/rlm_lua/configure
src/modules/rlm_lua/configure.ac

index 574d277b1e8876e65e2c94536633098206ec351a..c6fea983ffd486e272b1198c7aa65dc886834312 100644 (file)
@@ -73,7 +73,7 @@ jobs:
             libmemcached         \
             libpcap              \
             lua52                \
-            luajit               \
+            luajit-devel         \
             mysql80-client       \
             net-snmp             \
             openldap25-client    \
index 82b2985987efac8d72cdcd070b4120c46b82d74c..56f3859c1dcb27cb54547779772b3c2c1876ec7b 100755 (executable)
@@ -3515,7 +3515,7 @@ fi
 
 LUA_COMPAT_VERSION=5.1
 
-LUA_VERSION=jit-2.0
+LUA_VERSION=jit-2.1
 
 ac_header= ac_cache=
 for ac_item in $ac_header_c_list
index 3f0ff5104795a5c9e33e709cc1ca0e08a05c31ad..a6928b095779187aa54445964ab66265133a44b3 100644 (file)
@@ -53,9 +53,9 @@ dnl #
 LUA_COMPAT_VERSION=5.1
 
 dnl #
-dnl # First look in the directory structure for LuaJIT 2.0
+dnl # First look in the directory structure for LuaJIT 2.1
 dnl #
-LUA_VERSION=jit-2.0
+LUA_VERSION=jit-2.1
 AX_LUA_HEADERS
 dnl #
 dnl # ... then fall back to standard Lua if we can't find LuaJIT