Accepting request 867249 from home:gmbr3:Lua

- Fix building with lua54

OBS-URL: https://build.opensuse.org/request/show/867249
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=128
This commit is contained in:
Marcus Meissner 2021-01-30 08:06:09 +00:00 committed by Git OBS Bridge
parent f38fa3d41b
commit 5761a19f0e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 27 16:24:43 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Fix building with lua54
-------------------------------------------------------------------
Tue Jan 19 12:24:02 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -86,7 +86,7 @@ sed -i -e 's|\(PREFIX *= *\)%{_prefix}/local|\1/usr|;
Makefile
# use lua5.3 instead of lua5.2
sed -i -e 's|lua5.2|lua5.3|' Makefile
sed -i -e 's|lua5.2|lua%{lua_version}|' Makefile
# SED-FIX-UPSTREAM -- Fix man page
sed -i -e 's|The default is "dip",|The default is "nogroup",|' \