From 05dda7eb5b6db88dcd03e2db6c3628e0abaefdb3 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 20 Jun 2023 17:48:16 +0100 Subject: [PATCH] Update rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e936dc2..3b9e37a 100755 --- a/debian/rules +++ b/debian/rules @@ -74,7 +74,7 @@ pkgdir2 = $(srcdir)/debian/pkgdir2 # cp $(srcdir)/pikman $(pkgdir1)/usr/bin/ override_dh_auto_configure: - env USE_BPF=ON ./install-deps.sh && ./configure.sh --enable_systemd --use_bpf_proc && ./build.sh + ./install-deps.sh && ./configure.sh --enable_systemd && ./build.sh cmake --install build/RelWithDebInfo --component Runtime ## === End end of region ===