From e57cc9898a362d81e8dec5dd779293e6ff3d4710 Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 17 Jul 2025 18:11:16 -0400 Subject: [PATCH] snort3: remove gperftools dep for mips* and powerpc Add conditional to disable gperftools-runtime depends for powerpc and mips due to inability to compile introduced with 7345b73c3094e2aa2e085954a584ab15a9e3b939 Co-authored-by: Josef Schlehofer Signed-off-by: John Audia --- net/snort3/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/snort3/Makefile b/net/snort3/Makefile index d9202e1abb..701928feff 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 PKG_VERSION:=3.9.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) @@ -27,8 +27,9 @@ define Package/snort3 SECTION:=net CATEGORY:=Network DEPENDS:= \ + +@!(TARGET_powerpc||TARGET_mips||TARGET_mips64||TARGET_mipsel):gperftools-runtime \ +(TARGET_x86||TARGET_x86_64):hyperscan-runtime \ - +gperftools-runtime +libstdcpp +libdaq3 +libdnet +libopenssl +libpcap +libpcre2 \ + +libstdcpp +libdaq3 +libdnet +libopenssl +libpcap +libpcre2 \ +libpthread +libuuid +zlib +libhwloc +libtirpc @HAS_LUAJIT_ARCH +luajit +libatomic \ +kmod-nft-queue +liblzma +ucode +ucode-mod-fs +ucode-mod-uci TITLE:=Lightweight Network Intrusion Detection System