summaryrefslogtreecommitdiffstats
path: root/openlmi-providers.spec
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2014-05-09 10:12:47 +0200
committerRadek Novacek <rnovacek@redhat.com>2014-05-09 10:12:47 +0200
commitdb6b53b5c7c4e454f5c9ac78f82e3bd177f3ac91 (patch)
tree00dd3fa309441e8b568059d92755ab5f76e8411a /openlmi-providers.spec
parent126ad3eb0c041b03908cad78d2840d07602b84d1 (diff)
downloadopenlmi-providers-db6b53b5c7c4e454f5c9ac78f82e3bd177f3ac91.tar.gz
openlmi-providers-db6b53b5c7c4e454f5c9ac78f82e3bd177f3ac91.tar.xz
openlmi-providers-db6b53b5c7c4e454f5c9ac78f82e3bd177f3ac91.zip
spec: explicitly enable devassistant when requested
Devassistant is by default disabled, it needs to be explicitly enabled when it should be used.
Diffstat (limited to 'openlmi-providers.spec')
-rw-r--r--openlmi-providers.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index c76a9ad..bc8d617 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -523,6 +523,8 @@ pushd %{_target_platform}
%{cmake} \
%if ! 0%{with_devassistant}
-DWITH-DEVASSISTANT=OFF \
+%else
+ -DWITH-DEVASSISTANT=ON \
%endif
%if ! 0%{with_journald}
-DWITH-JOURNALD=OFF \