From 72435a5bcd32fbdffa4ba9cf4bdd5466fd180370 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 23 May 2026 19:21:21 +0200 Subject: [PATCH] - disable dba, Berkeley DB is no longer available in TLD --- php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index 18ae035..97c9818 100644 --- a/php.spec +++ b/php.spec @@ -19,7 +19,7 @@ %bcond_without calendar # without calendar extension module %bcond_without ctype # without ctype extension module %bcond_without curl # without CURL extension module -%bcond_without dba # without DBA extension module +%bcond_with dba # without DBA extension module %bcond_without dom # without DOM extension module %bcond_without enchant # without Enchant extension module %bcond_without exif # without EXIF extension module @@ -182,7 +182,7 @@ BuildRequires: bison >= 3.0.0 BuildRequires: bzip2-devel >= 1.0.0 %{?with_curl:BuildRequires: curl-devel >= 7.15.5} BuildRequires: cyrus-sasl-devel >= 2 -BuildRequires: db-devel >= 4.0 +%{?with_dba:BuildRequires: db-devel >= 4.0} BuildRequires: elfutils-devel %{?with_enchant:BuildRequires: enchant-devel >= 1.1.3} %if %{with pdo_dblib} -- 2.52.0