d/rules: Disable libcomposefs support
authorSimon McVittie <smcv@debian.org>
Sat, 8 Jun 2024 15:01:01 +0000 (16:01 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 8 Jun 2024 15:06:32 +0000 (16:06 +0100)
libcompose is not yet packaged in Debian (RFP: #1064457) and there is
no longer a vendored copy included in ostree. I am not able to take
responsibility for maintenance of libcompose, but I have no objection to
re-enabling the relevant libostree features if someone else packages it.

debian/rules

index 7b44042d240c67a73441a5101d7c2a7c37065228..24ec89912093a3d49f997d2e02bd91b95d28773e 100755 (executable)
@@ -17,7 +17,6 @@ endif
 configure_options = \
        --enable-installed-tests \
        --with-avahi \
-       --with-composefs \
        --with-curl \
        --with-dracut \
        --with-grub2 \
@@ -30,6 +29,7 @@ configure_options = \
        --with-selinux \
        --with-systemdsystemgeneratordir=/usr/lib/systemd/system-generators \
        --with-systemdsystemunitdir=/usr/lib/systemd/system \
+       --without-composefs \
        --without-smack \
        $(NULL)