From bd85ebcf3f7b6a80a68e793fb630069837f1ea01 Mon Sep 17 00:00:00 2001 From: Ihor Aleksandrychiev Date: Wed, 24 Jun 2026 18:22:25 +0300 Subject: [PATCH] Compiled PHP with --enable-bcmath required by TCPD Signed-off-by: Ihor Aleksandrychiev --- deps-packaging/php/cfbuild-php.spec | 1 + deps-packaging/php/debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/deps-packaging/php/cfbuild-php.spec b/deps-packaging/php/cfbuild-php.spec index ae4f1a4c1..d69525841 100644 --- a/deps-packaging/php/cfbuild-php.spec +++ b/deps-packaging/php/cfbuild-php.spec @@ -56,6 +56,7 @@ LDFLAGS="" --enable-sockets \ --disable-mbregex \ --enable-fpm \ + --enable-bcmath \ --without-layout \ --without-sqlite3 \ --without-bz2 \ diff --git a/deps-packaging/php/debian/rules b/deps-packaging/php/debian/rules index 9d80b9636..f6e9e48b3 100755 --- a/deps-packaging/php/debian/rules +++ b/deps-packaging/php/debian/rules @@ -29,6 +29,7 @@ build-stamp: --enable-sockets \ --disable-mbregex \ --enable-fpm \ +--enable-bcmath \ --without-layout \ --without-sqlite3 \ --without-bz2 \