From a23a040247daf7b1c043d67a9d535dde6221cbe4 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 6 Aug 2024 01:02:58 +0200 Subject: [PATCH] Always build with btrfs support on linux-any Closes: #856557 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 081828cb..90ae43c6 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ ifeq ($(DEB_HOST_ARCH_OS),linux) DEB_CONFIGURE_EXTRA_FLAGS += --with-audit +DEB_CONFIGURE_EXTRA_FLAGS += --with-btrfs endif ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)