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 \
|
+libatomic \
|
||||||
+libcap \
|
+libcap \
|
||||||
+libstdcpp \
|
+libstdcpp \
|
||||||
+luajit
|
@HAS_LUAJIT_ARCH +luajit
|
||||||
URL:=https://dnsdist.org/
|
URL:=https://dnsdist.org/
|
||||||
VARIANT:=$(1)
|
VARIANT:=$(1)
|
||||||
PROVIDES:=dnsdist
|
PROVIDES:=dnsdist
|
||||||
|
|
|
@ -34,7 +34,7 @@ define Package/knot-resolver
|
||||||
+knot-libs \
|
+knot-libs \
|
||||||
+knot-libzscanner \
|
+knot-libzscanner \
|
||||||
+libuv \
|
+libuv \
|
||||||
+luajit \
|
@HAS_LUAJIT_ARCH +luajit \
|
||||||
+luasec \
|
+luasec \
|
||||||
+luasocket \
|
+luasocket \
|
||||||
+libstdcpp \
|
+libstdcpp \
|
||||||
|
|
|
@ -210,7 +210,7 @@ endef
|
||||||
|
|
||||||
define Package/nginx-mod-lua-resty-lrucache
|
define Package/nginx-mod-lua-resty-lrucache
|
||||||
$(call Package/nginx/default)
|
$(call Package/nginx/default)
|
||||||
DEPENDS:=+luajit2
|
DEPENDS:=@HAS_LUAJIT_ARCH +luajit2
|
||||||
TITLE:=Nginx Lua OpenResty lrucache module
|
TITLE:=Nginx Lua OpenResty lrucache module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ define Package/snort
|
||||||
SUBMENU:=Firewall
|
SUBMENU:=Firewall
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
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
|
TITLE:=Lightweight Network Intrusion Detection System
|
||||||
URL:=http://www.snort.org/
|
URL:=http://www.snort.org/
|
||||||
CONFLICTS:=snort3
|
CONFLICTS:=snort3
|
||||||
|
|
|
@ -25,7 +25,7 @@ define Package/snort3
|
||||||
SUBMENU:=Firewall
|
SUBMENU:=Firewall
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
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
|
TITLE:=Lightweight Network Intrusion Detection System
|
||||||
URL:=http://www.snort.org/
|
URL:=http://www.snort.org/
|
||||||
MENU:=1
|
MENU:=1
|
||||||
|
|
Loading…
Reference in a new issue