]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- build with lua 5.4 instead of 5.1 master
authorMarcin Krol <hawk@tld-linux.org>
Sun, 10 Dec 2023 12:33:57 +0000 (13:33 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 10 Dec 2023 12:33:57 +0000 (13:33 +0100)
lighttpd.spec

index d67ba2547d3b9930018f460f274c97175e6a2087..847ed3689e90deb5167fa81af7339f0121a692fe 100644 (file)
@@ -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} \
This page took 0.152372 seconds and 4 git commands to generate.