Compatibility fix

This commit is contained in:
Michal Schorm 2017-11-06 13:31:33 +01:00
parent b8b4d032f6
commit a97652db21

View File

@ -80,7 +80,7 @@
# MariaDB 10.0 and later requires pcre >= 8.35, otherwise we need to use
# the bundled library, since the package cannot be build with older version
%if 0%{?fedora} >= 21
%if 0%{?fedora} >= 21 || 0%{?rhel} > 7
%bcond_without bundled_pcre
%else
%bcond_with bundled_pcre