From: Marcin Krol Date: Sun, 10 Dec 2023 12:33:57 +0000 (+0100) Subject: - build with lua 5.4 instead of 5.1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flighttpd.git;a=commitdiff_plain - build with lua 5.4 instead of 5.1 --- 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} \