File: 0005-use-lua52.patch

package info (click to toggle)
prosody 0.11.9-2%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,056 kB
  • sloc: ansic: 2,498; sh: 721; makefile: 182
file content (25 lines) | stat: -rw-r--r-- 654 bytes parent folder | download
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
--- a/configure
+++ b/configure
@@ -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