]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debian: disable fus2fs for Hurd
authorTheodore Ts'o <tytso@mit.edu>
Wed, 11 May 2016 03:41:38 +0000 (23:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 11 May 2016 03:41:38 +0000 (23:41 -0400)
Hurd's libfuse is not compatible with the Linux version of libfuse.

Addresses-Debian-Bug: #822576

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/rules

index 5e55e68a54bd4bb5195fa89051bbd2fbab04b638..fbe225f11c55137f2169930ae7b0e0d03b71d5a3 100755 (executable)
@@ -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