[packages/php/PHP_8_3] - disable dba, Berkeley DB is no longer available in TLD

hawk hawk at pld-linux.org
Sat May 23 19:02:25 CEST 2026


commit c3befea5fa728faa64d273f601733766b483e588
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Sat May 23 17:01:49 2026 +0000

    - 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 0a8c09f..374cdb4 100644
--- a/php.spec
+++ b/php.spec
@@ -33,7 +33,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
@@ -213,7 +213,7 @@ BuildRequires:	bzip2-devel >= 1.0.0
 %{?with_opcache:BuildRequires:	capstone-devel >= 3.0.0}
 %{?with_curl:BuildRequires:	curl-devel >= 7.29.0}
 BuildRequires:	cyrus-sasl-devel >= 2
-BuildRequires:	db-devel >= 4.0
+%{?with_dba:BuildRequires:	db-devel >= 4.0}
 BuildRequires:	elfutils-devel
 %{?with_enchant:BuildRequires:	enchant2-devel}
 %if %{with pdo_dblib}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/c3befea5fa728faa64d273f601733766b483e588



More information about the pld-cvs-commit mailing list