guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: php: Build bcmath.


From: guix-commits
Subject: 01/01: gnu: php: Build bcmath.
Date: Sat, 29 Dec 2018 07:27:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4629d26755aa06344fb8f515fb0202776e70c429
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 29 13:26:29 2018 +0100

    gnu: php: Build bcmath.
    
    * gnu/packages/php.scm (php)[arguments]: Add "--enable-bcmath" to configure
    flags.
---
 gnu/packages/php.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 5ffe7c8..1d33b17 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2016 Julien Lepiller <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -124,6 +125,7 @@
                "--with-mysqli"          ; Required for, e.g. wordpress
                "--with-pdo-mysql"
                "--with-zlib"
+               "--enable-bcmath"        ; Required for, e.g. Zabbix frontend
                "--enable-calendar"
                "--enable-dba=shared"
                "--enable-exif"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]