all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: alex.sassmannshausen@gmail.com
To: 26404@debbugs.gnu.org
Cc: Alex Sassmannshausen <alex@pompo.co>
Subject: bug#26404: [PATCH 2/2] gnu: php: Add '--with-mysqli' configure option.
Date: Sat,  8 Apr 2017 17:39:26 +0200	[thread overview]
Message-ID: <20170408153926.12629-3-alex@pompo.co> (raw)
In-Reply-To: <20170408153926.12629-1-alex@pompo.co>

From: Alex Sassmannshausen <alex@pompo.co>

* gnu/packages/php.scm: Add '--with-mysqli' configure option.
---
 gnu/packages/php.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 3537a8e97..4bc301161 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -119,6 +119,7 @@
                ;; extension of php.
                "--with-iconv"
                "--with-openssl"
+               "--with-mysqli"          ; Required for, e.g. wordpress
                "--with-pdo-mysql"
                "--with-zlib"
                "--enable-calendar"
-- 
2.12.2

  parent reply	other threads:[~2017-04-08 15:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-08 15:39 bug#26405: [PATCH 0/2] Tweaks to the PHP package alex.sassmannshausen
2017-04-08 15:39 ` bug#26403: [PATCH 1/2] gnu: php: Remove '--enable-threads' configure option alex.sassmannshausen
2017-04-08 15:39 ` alex.sassmannshausen [this message]
2017-04-11  4:23   ` bug#26404: [PATCH 2/2] gnu: php: Add '--with-mysqli' " Leo Famulari
2017-04-11  4:24 ` bug#26405: [PATCH 0/2] Tweaks to the PHP package Leo Famulari
2017-04-11  7:55 ` julien lepiller
2017-04-21  9:02   ` Ludovic Courtès
     [not found] ` <handler.26405.B.149166601214265.ack@debbugs.gnu.org>
2017-05-13 13:01   ` bug#26405: Acknowledgement ([PATCH 0/2] Tweaks to the PHP package.) Alex Sassmannshausen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170408153926.12629-3-alex@pompo.co \
    --to=alex.sassmannshausen@gmail.com \
    --cc=26404@debbugs.gnu.org \
    --cc=alex@pompo.co \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.