From 017d38cc27e7ea7ba082ef258cba2953b97ddf2f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 24 Apr 2024 03:56:37 +0200 Subject: Adding debian version 1:7.0.5-1. Signed-off-by: Daniel Baumann --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 286dcf1..9abdb69 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,6 @@ endif LUAJIT_ARCHS = i386 amd64 powerpc mips mipsel armel armhf HYPERSCAN_ARCHS = i386 amd64 hurd-i386 kfreebsd-amd64 x32 -RUST_ARCHS = i386 amd64 EBPF_ARCHS = amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32 DPDK_ARCHS = amd64x arm64x riscv64x ppc64elx @@ -33,10 +32,6 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),$(HYPERSCAN_ARCHS))) ENABLE_HYPERSCAN="--enable-libhs" endif -ifneq (,$(findstring $(DEB_HOST_ARCH),$(RUST_ARCHS))) - ENABLE_HYPERSCAN="--enable-rust" -endif - ifneq (,$(findstring $(DEB_HOST_ARCH)x,$(DPDK_ARCHS))) ENABLE_DPDK="--enable-dpdk" endif -- cgit v1.2.3