GNU bug report logs -
#63876
[PATCH] gnu: php: Enable sysvsem module.
Previous Next
Reported by: Timo Wilken <guix <at> twilken.net>
Date: Sat, 3 Jun 2023 16:14:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 01 Jul 2023 16:39:41 +0200
with message-id <874jmnzoeq.fsf <at> gnu.org>
and subject line Re: bug#63876: [PATCH] gnu: php: Enable sysvsem module.
has caused the debbugs.gnu.org bug report #63876,
regarding [PATCH] gnu: php: Enable sysvsem module.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63876: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63876
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 <at> gmail.com>
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2021 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2023 Timo Wilken <guix <at> 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
[Message part 3 (message/rfc822, inline)]
Hi,
Timo Wilken <guix <at> twilken.net> skribis:
> Nextcloud 26 strongly recommends installing this module.
>
> * gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure
> flag.
Applied, thanks!
Ludo’.
This bug report was last modified 1 year and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.