Disable OpenChange for now on RHEL 7

pull/64/head
Ludovic Marcotte 2014-10-15 15:21:20 -04:00
parent 096a0ef8e4
commit c43ad37850
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# We disable OpenChange builds on el5 since it's prehistoric
%define enable_openchange 1
%{?el5:%define enable_openchange 0}
%{?el7:%define enable_openchange 0}
%ifarch %ix86
%define enable_openchange 0