summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php72.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/php72.spec b/php72.spec
index b71153e..0840cb2 100644
--- a/php72.spec
+++ b/php72.spec
@@ -50,11 +50,7 @@
%else
%global with_libpcre 0
%endif
-%if 0%{?fedora} >= 26
%global with_onig 1
-%else
-%global with_onig 0
-%endif
%global with_sqlite3 1
@@ -791,7 +787,8 @@ Group: Development/Languages
# ucgendat is licensed under OpenLDAP
License: PHP and LGPLv2 and BSD and OpenLDAP
%if %{with_onig}
-BuildRequires: oniguruma-devel
+# ensure we have soname 5
+BuildRequires: oniguruma-devel >= 6.8
%else
Provides: bundled(oniguruma) = 6.3.0
%endif