[packages/lighttpd] - build with lua 5.4 instead of 5.1

hawk hawk at pld-linux.org
Sun Dec 10 14:24:31 CET 2023


commit c31f7712a7e6195e81913004bb18396be608b36c
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Sun Dec 10 13:33:57 2023 +0100

    - build with lua 5.4 instead of 5.1

 lighttpd.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index d67ba25..847ed36 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -137,7 +137,7 @@ BuildRequires:	fcgi-devel
 BuildRequires:	libtool
 BuildRequires:	libuuid-devel
 %{?with_webdav_props:BuildRequires:	libxml2-devel}
-%{?with_lua:BuildRequires:	lua51-devel}
+%{?with_lua:BuildRequires:	lua54-devel}
 BuildRequires:	mailcap >= 2.1.14-4.4
 %{?with_mysql:BuildRequires:	mysql-devel}
 %{?with_ldap:BuildRequires:	openldap-devel}
@@ -897,7 +897,7 @@ fi
 	%{?with_gamin:--with-gamin} \
 	%{?with_krb5:--with-krb5} \
 	%{?with_ldap:--with-ldap} \
-	%{?with_lua:--with-lua=lua51} \
+	%{?with_lua:--with-lua=lua5.4} \
 	%{?with_maxminddb:--with-maxminddb} \
 	%{?with_mysql:--with-mysql} \
 	%{?with_pgsql:--with-pgsql} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/c31f7712a7e6195e81913004bb18396be608b36c



More information about the pld-cvs-commit mailing list