From: Nick Porter Date: Fri, 3 Nov 2023 13:00:33 +0000 (+0000) Subject: luajit 2.0 is deprecated, 2.1 is current X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b347ed2506c7cd8e7f17f205bd49b54ca3e403c;p=thirdparty%2Ffreeradius-server.git luajit 2.0 is deprecated, 2.1 is current --- diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index 574d277b1e8..c6fea983ffd 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -73,7 +73,7 @@ jobs: libmemcached \ libpcap \ lua52 \ - luajit \ + luajit-devel \ mysql80-client \ net-snmp \ openldap25-client \ diff --git a/src/modules/rlm_lua/configure b/src/modules/rlm_lua/configure index 82b2985987e..56f3859c1dc 100755 --- a/src/modules/rlm_lua/configure +++ b/src/modules/rlm_lua/configure @@ -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 diff --git a/src/modules/rlm_lua/configure.ac b/src/modules/rlm_lua/configure.ac index 3f0ff510479..a6928b09577 100644 --- a/src/modules/rlm_lua/configure.ac +++ b/src/modules/rlm_lua/configure.ac @@ -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