Skip to content

Commit

Permalink
treewide: add HAS_LUAJIT_ARCH dependency to luajit user
Browse files Browse the repository at this point in the history
Add HAS_LUAJIT_ARCH dependency to any user of luajit to fix circular
dependency limitation.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
  • Loading branch information
Ansuel committed Sep 25, 2023
1 parent a865a7b commit 5c1bcb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion net/dnsdist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ define Package/dnsdist/Default
+libatomic \
+libcap \
+libstdcpp \
+luajit
@HAS_LUAJIT_ARCH +luajit
URL:=https://dnsdist.org/
VARIANT:=$(1)
PROVIDES:=dnsdist
Expand Down
2 changes: 1 addition & 1 deletion net/knot-resolver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ define Package/knot-resolver
+knot-libs \
+knot-libzscanner \
+libuv \
+luajit \
@HAS_LUAJIT_ARCH +luajit \
+luasec \
+luasocket \
+libstdcpp \
Expand Down
2 changes: 1 addition & 1 deletion net/nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion net/snort/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion net/snort3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c1bcb6

Please sign in to comment.