all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63876] [PATCH] gnu: php: Enable sysvsem module.
@ 2023-06-03 16:12 Timo Wilken
  2023-07-01 14:39 ` bug#63876: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Timo Wilken @ 2023-06-03 16:12 UTC (permalink / raw)
  To: 63876; +Cc: Timo Wilken

Nextcloud 26 strongly recommends installing this module.

* gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure
  flag.
---
 gnu/packages/php.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index c71d648cf4..cb6b4e7047 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2019 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2023 Timo Wilken <guix@twilken.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -133,7 +134,8 @@ (define-public php
                "--enable-intl"
                "--enable-mbstring"
                "--enable-pcntl"
-               "--enable-sockets"))
+               "--enable-sockets"
+               "--enable-sysvsem"))     ; Required for, e.g. Nextcloud
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'do-not-record-build-flags

base-commit: 66c9b82fed3c59ee07187898592c688c82fed273
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63876: [PATCH] gnu: php: Enable sysvsem module.
  2023-06-03 16:12 [bug#63876] [PATCH] gnu: php: Enable sysvsem module Timo Wilken
@ 2023-07-01 14:39 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-07-01 14:39 UTC (permalink / raw)
  To: Timo Wilken; +Cc: 63876-done

Hi,

Timo Wilken <guix@twilken.net> skribis:

> Nextcloud 26 strongly recommends installing this module.
>
> * gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure
>   flag.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-01 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-03 16:12 [bug#63876] [PATCH] gnu: php: Enable sysvsem module Timo Wilken
2023-07-01 14:39 ` bug#63876: " Ludovic Courtès

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.