summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-03-06 10:24:56 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-03-08 13:39:03 -0500
commit15d4a4be30d6513b86a1cbe3afedff77533a709e (patch)
treedbc3b8d4ab9701db3b757cfc68926d4259559b8d /contrib
parent22184b7a088b5c9319b874fb85368d36717b912e (diff)
downloadsssd-15d4a4be30d6513b86a1cbe3afedff77533a709e.tar.gz
sssd-15d4a4be30d6513b86a1cbe3afedff77533a709e.tar.xz
sssd-15d4a4be30d6513b86a1cbe3afedff77533a709e.zip
Build experimental features by default in RPMs
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index e406ca96a..583ccbff4 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -17,6 +17,8 @@
%define __provides_exclude_from %{python_sitearch}/.*\.so$
%endif
+%global enable_experimental 1
+
%if (0%{?enable_experimental} == 1)
%global experimental --enable-all-experimental-features
%endif