From 5a0affdb7d060aee45de1982e5d157996c07b7a7 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 10 May 2016 23:41:38 -0400 Subject: [PATCH] debian: disable fus2fs for Hurd Hurd's libfuse is not compatible with the Linux version of libfuse. Addresses-Debian-Bug: #822576 Signed-off-by: Theodore Ts'o --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 5e55e68..fbe225f 100755 --- a/debian/rules +++ b/debian/rules @@ -168,6 +168,10 @@ UTIL_CONF_FLAGS ?= --enable-fsck --enable-libblkid \ --enable-libuuid --enable-uuidd endif +ifeq ($(DEB_BUILD_GNU_SYSTEM), gnu) +UTIL_CONF_FLAGS += --disable-fuse2fs +endif + ifneq ($(strip $(DEB_HOST_MULTIARCH)),) MULTIARCH_CONF ?= --with-multiarch=$(DEB_HOST_MULTIARCH) # This doesn't work yet because gdb and lintian don't expect and/or -- 1.8.3.1