From: Simon McVittie Date: Sat, 2 Sep 2023 09:52:57 +0000 (+0100) Subject: d/rules: Enable composefs support X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe826079672384aa55cfe27e3c321123f11e7897;p=ostree.git d/rules: Enable composefs support This is now on by default when compiled with sufficiently new kernel headers. --- diff --git a/debian/rules b/debian/rules index 806e5f4e..528780d4 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ override_dh_autoreconf: configure_options = \ --enable-installed-tests \ --with-avahi \ + --with-composefs \ --with-curl \ --with-dracut \ --with-grub2 \