1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: "W. Martin Borgert" <debacle@debian.org>
Date: Fri, 14 May 2021 09:25:13 +0200
Subject: use lua5.2 for prosody >= 0.11.0
Origin: vendor
Last-Update: 2018-11-24
Last-Update: 2018-11-24
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 01a3bce..5577a62 100755
@@ -156,7 +156,7 @@ do
OSPRESET="$value"
if [ "$OSPRESET" = "debian" ]; then
if [ "$LUA_SUFFIX_SET" != "yes" ]; then
- LUA_SUFFIX="5.1";
+ LUA_SUFFIX="5.2";
LUA_SUFFIX_SET=yes
fi
if [ "$RUNWITH_SET" != "yes" ]; then
|