From 528e5cf803ded9c15f0358cd0ef8c9470e4ee33d Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 2 Oct 2021 17:35:49 -0400 Subject: [PATCH] debian/rules: Build with cloudproviders support (except on Ubuntu) Upstream doesn't enable this feature by default or as an auto feature libcloudproviders isn't in Ubuntu main so Ubuntu can't use it yet --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index e8101d501a..91d7cdabbd 100755 --- a/debian/rules +++ b/debian/rules @@ -129,6 +129,8 @@ endif ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes), yes) # Not in main repository configure_flags_deb += -Dcloudproviders=disabled +else +configure_flags_deb += -Dcloudproviders=enabled endif configure_flags_udeb = \ -- 2.30.2