From e9626cc7ace9ecd4a4f9cf49cf8087cff3bb2720 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Jun 10 2020 11:26:58 +0000 Subject: Issue 50781 - Make building cockpit plugin optional Bug description: Cockpit plugin should be optional, but not disabled by default. Fix description: Change the default to COCKPIT_ON = 1 Relates: https://pagure.io/389-ds-base/issue/50781 Reviewed by: mreynolds (Thanks!) --- diff --git a/rpm.mk b/rpm.mk index 480a1d7..40c8619 100644 --- a/rpm.mk +++ b/rpm.mk @@ -27,7 +27,7 @@ UBSAN_ON = 0 RUST_ON = 0 -COCKPIT_ON = 0 +COCKPIT_ON = 1 # PERL_ON is deprecated and turns on the LEGACY_ON, this for not breaking people's workflows. PERL_ON = 1