From db6b53b5c7c4e454f5c9ac78f82e3bd177f3ac91 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Fri, 9 May 2014 10:12:47 +0200 Subject: spec: explicitly enable devassistant when requested Devassistant is by default disabled, it needs to be explicitly enabled when it should be used. --- openlmi-providers.spec | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- cgit