From 93f40fe13be1b65702ad204c53405e22acd94a65 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 23 May 2026 19:22:12 +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 a185df2..5f3f9fe 100644 --- a/php.spec +++ b/php.spec @@ -18,7 +18,7 @@ %bcond_without calendar # calendar extension module %bcond_without ctype # ctype extension module %bcond_without curl # CURL extension module -%bcond_without dba # DBA extension module +%bcond_with dba # DBA extension module %bcond_without dom # DOM extension module %bcond_without enchant # Enchant extension module %bcond_without exif # EXIF extension module @@ -166,7 +166,7 @@ BuildRequires: bzip2-devel >= 1.0.0 BuildRequires: capstone-devel %{?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