diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-23 19:02:07 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-25 17:42:02 +0200 |
commit | 5c1bcb61336b2b32788568d3dafa221b586dd430 (patch) | |
tree | bc7f7310cb451ed7a07733dbc227f7a0ff8a0af7 /net/nginx/Makefile | |
parent | a865a7b4ed8fcd2816343cb3b0833ab3d6ceb40a (diff) |
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 <ansuelsmth@gmail.com>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r-- | net/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |