Disable ppc builds as we did in EL 6.

This commit is contained in:
Devrim Gündüz 2014-07-20 15:24:32 +03:00
parent 58856598da
commit 63fb3e9ef9
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@
%global with_spatialite 1
%global spatialite "--with-spatialite"
# No ppc64 build for spatialite in EL6
# No ppc64 build for spatialite in EL7
# https://bugzilla.redhat.com/show_bug.cgi?id=663938
%if 0%{?rhel} == 6
%if 0%{?rhel} == 7
%ifnarch ppc64
%global with_spatialite 0
%global spatialite "--without-spatialite"