d/rules: Disable composefs for now
authorSimon McVittie <smcv@debian.org>
Sun, 3 Sep 2023 11:06:23 +0000 (12:06 +0100)
committerSimon McVittie <smcv@debian.org>
Sun, 3 Sep 2023 11:06:23 +0000 (12:06 +0100)
Official buildds don't seem to support fsetxattr on the filesystem used
for /var/tmp, which is required for the composefs tests.

debian/rules

index 528780d4f851fff8761112dc1c2843266d10eea8..663c9c934d9c94c334e9bb8b8a6c82c1100a2272 100755 (executable)
@@ -13,7 +13,6 @@ override_dh_autoreconf:
 configure_options = \
        --enable-installed-tests \
        --with-avahi \
-       --with-composefs \
        --with-curl \
        --with-dracut \
        --with-grub2 \
@@ -26,6 +25,7 @@ configure_options = \
        --with-selinux \
        --with-systemdsystemgeneratordir=/lib/systemd/system-generators \
        --with-systemdsystemunitdir=/lib/systemd/system \
+       --without-composefs \
        --without-smack \
        $(NULL)