aboutsummaryrefslogtreecommitdiff
path: root/net/snort3/Makefile
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2020-11-22 18:11:57 -0600
committerW. Michael Petullo <mike@flyn.org>2020-11-22 18:14:33 -0600
commit0fe75c1d802bd4928dca2fa48fbac985c352766b (patch)
treeb683c2b0ef9295aaad256fbd1d66973f3cb3fdf3 /net/snort3/Makefile
parent9d547cd266265b1f6b6ac874bbdb4e57b7ee0e20 (diff)
snort3: require new libdaq3 package
Snort 3.0.3-1 requires libdaq 3.0.0-beta1, but this version is no longer compatible with Snort 2. Thus OpenWrt now provides both a libdaq and libdaq3 package. This modifies the snort3 package to require the latter. Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'net/snort3/Makefile')
-rw-r--r--net/snort3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/snort3/Makefile b/net/snort3/Makefile
index 03fa6bebc..4db3063a3 100644
--- a/net/snort3/Makefile
+++ b/net/snort3/Makefile
@@ -28,7 +28,7 @@ define Package/snort3
SUBMENU:=Firewall
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libstdcpp +libdaq +libdnet +libopenssl +libpcap +libpcre +libpthread +libuuid +zlib +libhwloc +libtirpc +luajit
+ DEPENDS:=+libstdcpp +libdaq3 +libdnet +libopenssl +libpcap +libpcre +libpthread +libuuid +zlib +libhwloc +libtirpc +luajit
TITLE:=Lightweight Network Intrusion Detection System
URL:=http://www.snort.org/
MENU:=1
@@ -51,6 +51,7 @@ CMAKE_OPTIONS += \
-DMAKE_HTML_DOC:BOOL=NO \
-DMAKE_PDF_DOC:BOOL=NO \
-DMAKE_TEXT_DOC:BOOL=NO \
+ -DHAVE_LIBUNWIND=OFF \
-DHAVE_LZMA=OFF
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/tirpc