diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-06 10:24:56 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-08 13:39:08 -0500 |
commit | a098b26a2a902cfb2968ca44604f61bf000d8413 (patch) | |
tree | 9a1c94a2e3f73429040be6c11c9aaa20620afd9c /contrib | |
parent | 4156b6f5a2f0b6f1d7c63a0735c96a86066cbbab (diff) | |
download | sssd-a098b26a2a902cfb2968ca44604f61bf000d8413.tar.gz sssd-a098b26a2a902cfb2968ca44604f61bf000d8413.tar.xz sssd-a098b26a2a902cfb2968ca44604f61bf000d8413.zip |
Build experimental features by default in RPMs
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 2 |
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 |