lua-unbound: support building with 5.1 <= LUA_VERSION <= 5.4
This commit is contained in:
parent
856d48d628
commit
90d6762a20
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2022/05/17 11:31:16 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2022/08/11 15:34:51 khorben Exp $
|
||||
|
||||
DISTNAME= luaunbound-1.0.0
|
||||
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua//}
|
||||
|
@ -12,8 +12,9 @@ LICENSE= modified-bsd
|
|||
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
MAKE_FILE= GNUmakefile
|
||||
MAKE_FLAGS+= LUA_VERSION=${_LUA_DOT_VERSION}
|
||||
|
||||
LUA_VERSIONS_ACCEPTED= 52
|
||||
LUA_VERSIONS_ACCEPTED= 54 53 52 51
|
||||
|
||||
.include "../../lang/lua/module.mk"
|
||||
.include "../../net/unbound/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue