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:
parent
f38fa3d41b
commit
5761a19f0e
@ -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>
|
||||
|
||||
|
@ -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",|' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user