From: Simon McVittie Date: Sat, 8 Jun 2024 15:01:01 +0000 (+0100) Subject: d/rules: Disable libcomposefs support X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4087ee31f76d030e85b73e20e67329a5a2fd8f6e;p=ostree.git d/rules: Disable libcomposefs support 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. --- diff --git a/debian/rules b/debian/rules index 7b44042d..24ec8991 100755 --- a/debian/rules +++ b/debian/rules @@ -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)