summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-09-03 13:13:38 +0100
committerMarek Szuba <marecki@gentoo.org>2021-09-03 13:15:30 +0100
commita8a3cbd2d2b367b5cae15ce5545c1041b7e7a6c9 (patch)
tree8997b361c89dbde37f02a61f925df5a3c6480c5b /net-analyzer
parentprofiles/arch/riscv/package.use.mask: Mask USE=hyperscan for net-analyzer/sur... (diff)
downloadgentoo-a8a3cbd2d2b367b5cae15ce5545c1041b7e7a6c9.tar.gz
gentoo-a8a3cbd2d2b367b5cae15ce5545c1041b7e7a6c9.tar.bz2
gentoo-a8a3cbd2d2b367b5cae15ce5545c1041b7e7a6c9.zip
net-analyzer/suricata: add TODO note about hyperscan automagic
Even with USE=-hyperscan, if dev-libs/hyperscan is present at configure time it is pulled in. Same deal as with lz4 earlier. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/suricata/suricata-5.0.7-r1.ebuild1
-rw-r--r--net-analyzer/suricata/suricata-6.0.3-r1.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/suricata/suricata-5.0.7-r1.ebuild b/net-analyzer/suricata/suricata-5.0.7-r1.ebuild
index eed3b8e26ae1..8d11af4dcc51 100644
--- a/net-analyzer/suricata/suricata-5.0.7-r1.ebuild
+++ b/net-analyzer/suricata/suricata-5.0.7-r1.ebuild
@@ -53,6 +53,7 @@ DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.69-r5
virtual/rust"
+# TODO: get rid of hyperscan automagic as well
PATCHES=(
"${FILESDIR}/${PN}-5.0.1_configure-no-lz4-automagic.patch"
"${FILESDIR}/${PN}-5.0.1_default-config.patch"
diff --git a/net-analyzer/suricata/suricata-6.0.3-r1.ebuild b/net-analyzer/suricata/suricata-6.0.3-r1.ebuild
index fae8b5b7a3f3..64dd427cc0d3 100644
--- a/net-analyzer/suricata/suricata-6.0.3-r1.ebuild
+++ b/net-analyzer/suricata/suricata-6.0.3-r1.ebuild
@@ -53,6 +53,7 @@ DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.69-r5
virtual/rust"
+# TODO: get rid of hyperscan automagic as well
PATCHES=(
"${FILESDIR}/${PN}-5.0.1_configure-no-lz4-automagic.patch"
"${FILESDIR}/${PN}-5.0.6_configure-no-sphinx-pdflatex-automagic.patch"