[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59845] [PATCH 1/4] gnu: php: Add '--enable-soap' configure option.
From: |
Yarl Baudig |
Subject: |
[bug#59845] [PATCH 1/4] gnu: php: Add '--enable-soap' configure option. |
Date: |
Mon, 5 Dec 2022 22:52:21 +0100 |
* gnu/packages/php.scm: Add '--enable-soap' configure option.
---
gnu/packages/php.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 645a8edee1..9bc4af5092 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -134,7 +134,8 @@ (define-public php
"--enable-intl"
"--enable-mbstring"
"--enable-pcntl"
- "--enable-sockets"))
+ "--enable-sockets"
+ "--enable-soap"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'do-not-record-build-flags
--
2.38.1