From 4414b944be1e59b9b0a52477a0134039e6e4b9bf Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 30 Jun 2020 13:43:41 -0400 Subject: fix for Lua 5.4 cherry-picked from: https://src.fedoraproject.org/rpms/lua-luaossl/blob/2f38bb943874955fed1ab860467ed822996808da/f/luaossl-rel-20190731-lua-5.4.patch --- src/GNUmakefile | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/GNUmakefile b/src/GNUmakefile index 9a568a1..7e208ce 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -40,6 +40,7 @@ $$(d)/$(1)/%.o: $$(d)/%.c $$(d)/config.h $$(CC) $$(CFLAGS_$$( Date: Sun, 5 Jul 2020 19:08:45 +1000 Subject: src/GNUmakefile: fix version in help text --- src/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/GNUmakefile b/src/GNUmakefile index 7e208ce..36fb3de 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -239,7 +239,7 @@ $(d)/help: @echo 'LUA51_CPPFLAGS - cpp flags for Lua 5.1 headers ($(LUA51_CPPFLAGS))' @echo 'LUA52_CPPFLAGS - cpp flags for Lua 5.2 headers ($(LUA52_CPPFLAGS))' @echo 'LUA53_CPPFLAGS - cpp flags for Lua 5.3 headers ($(LUA53_CPPFLAGS))' - @echo 'LUA54_CPPFLAGS - cpp flags for Lua 5.3 headers ($(LUA54_CPPFLAGS))' + @echo 'LUA54_CPPFLAGS - cpp flags for Lua 5.4 headers ($(LUA54_CPPFLAGS))' @echo "" @echo "(NOTE: all the common GNU-style paths are supported, including" @echo "prefix, bindir, libdir, datadir, includedir, and DESTDIR.)" -- cgit v1.2.3-59-g8ed1b