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>
This commit is contained in:
parent
a865a7b4ed
commit
5c1bcb6133
5 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@ define Package/dnsdist/Default
|
|||
+libatomic \
|
||||
+libcap \
|
||||
+libstdcpp \
|
||||
+luajit
|
||||
@HAS_LUAJIT_ARCH +luajit
|
||||
URL:=https://dnsdist.org/
|
||||
VARIANT:=$(1)
|
||||
PROVIDES:=dnsdist
|
||||
|
|
|
@ -34,7 +34,7 @@ define Package/knot-resolver
|
|||
+knot-libs \
|
||||
+knot-libzscanner \
|
||||
+libuv \
|
||||
+luajit \
|
||||
@HAS_LUAJIT_ARCH +luajit \
|
||||
+luasec \
|
||||
+luasocket \
|
||||
+libstdcpp \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ define Package/snort
|
|||
SUBMENU:=Firewall
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libdaq +libdnet +libnghttp2 +libopenssl +libpcap +libpcre +libpthread +libtirpc +libuuid +zlib +luajit +SNORT_LZMA:liblzma
|
||||
DEPENDS:=+libdaq +libdnet +libnghttp2 +libopenssl +libpcap +libpcre +libpthread +libtirpc +libuuid +zlib @HAS_LUAJIT_ARCH +luajit +SNORT_LZMA:liblzma
|
||||
TITLE:=Lightweight Network Intrusion Detection System
|
||||
URL:=http://www.snort.org/
|
||||
CONFLICTS:=snort3
|
||||
|
|
|
@ -25,7 +25,7 @@ define Package/snort3
|
|||
SUBMENU:=Firewall
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libstdcpp +libdaq3 +libdnet +libopenssl +libpcap +libpcre +libpthread +libuuid +zlib +libhwloc +libtirpc +luajit +libatomic
|
||||
DEPENDS:=+libstdcpp +libdaq3 +libdnet +libopenssl +libpcap +libpcre +libpthread +libuuid +zlib +libhwloc +libtirpc @HAS_LUAJIT_ARCH +luajit +libatomic
|
||||
TITLE:=Lightweight Network Intrusion Detection System
|
||||
URL:=http://www.snort.org/
|
||||
MENU:=1
|
||||
|
|
Loading…
Reference in a new issue