Always build with btrfs support on linux-any

Closes: #856557
This commit is contained in:
Chris Hofstaedtler
2024-08-06 01:07:16 +02:00
parent f11f8581f2
commit a23a040247
+1
View File
@@ -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)),)