25fc617963
This bump contains a single commit which fixes the following build
failure with Lua 5.4 raised since commit
4f9a565902
:
In file included from lsyslog.c:11:
compat-5.3.h:402:4: error: #error "unsupported Lua version (i.e. not Lua 5.1, 5.2, or 5.3)"
402 | # error "unsupported Lua version (i.e. not Lua 5.1, 5.2, or 5.3)"
| ^~~~~
Also update indentation in hash file (two spaces)
Fixes:
- http://autobuild.buildroot.org/results/df2aabcf2ae07cad66b869ec4ac76702d2c32dc5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Tested-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
517 B
Makefile
17 lines
517 B
Makefile
################################################################################
|
|
#
|
|
# luasyslog
|
|
#
|
|
################################################################################
|
|
|
|
LUASYSLOG_VERSION = 2.2.1
|
|
LUASYSLOG_SITE = $(call github,ntd,luasyslog,$(LUASYSLOG_VERSION))
|
|
LUASYSLOG_DEPENDENCIES = host-luarocks luainterpreter
|
|
LUASYSLOG_LICENSE = MIT
|
|
LUASYSLOG_LICENSE_FILES = COPYING
|
|
# fetching from github
|
|
# 0001-remove-AX_LUA_LIBS.patch touches configure.ac
|
|
LUASYSLOG_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|