debian/rules: Build with cloudproviders support (except on Ubuntu)
authorJeremy Bicha <jbicha@debian.org>
Sat, 2 Oct 2021 21:35:49 +0000 (17:35 -0400)
committerJeremy Bicha <jbicha@debian.org>
Sun, 28 Nov 2021 19:48:43 +0000 (19:48 +0000)
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

index e8101d501a17c48e8c44caa8e936888901e63d21..91d7cdabbd59c5eb398fa5be0addd9884b58cc9f 100755 (executable)
@@ -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 = \