From 4629d26755aa06344fb8f515fb0202776e70c429 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 29 Dec 2018 13:26:29 +0100 Subject: 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 5ffe7c8999..1d33b17a10 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2016 Julien Lepiller ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2018 Tobias Geerinckx-Rice +;;; Copyright © 2018 Ricardo Wurmus ;;; ;;; 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" -- cgit v1.2.3