From 5c1bcb61336b2b32788568d3dafa221b586dd430 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sat, 23 Sep 2023 19:02:07 +0200 Subject: treewide: add HAS_LUAJIT_ARCH dependency to luajit user Add HAS_LUAJIT_ARCH dependency to any user of luajit to fix circular dependency limitation. Signed-off-by: Christian Marangi --- net/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/nginx/Makefile') diff --git a/net/nginx/Makefile b/net/nginx/Makefile index a2ce0a0fe..66a0c8713 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -210,7 +210,7 @@ endef define Package/nginx-mod-lua-resty-lrucache $(call Package/nginx/default) - DEPENDS:=+luajit2 + DEPENDS:=@HAS_LUAJIT_ARCH +luajit2 TITLE:=Nginx Lua OpenResty lrucache module endef -- cgit v1.2.3