From: "Paul A. Patience" <paul@apatience.com>
To: 69006@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++.
Date: Fri, 09 Feb 2024 19:17:15 +0000 [thread overview]
Message-ID: <0ff996d504ed3a3ff0eb1fdb1fb061e4a018baad.1707506182.git.paul@apatience.com> (raw)
* gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add
-DREPROC++=ON.
Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0
---
gnu/packages/cpp.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 62a1923571..785b001629 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1058,7 +1058,8 @@ (define-public reproc
;; No tests.
`(#:tests? #f
;; Build the shared library instead of a static one.
- #:configure-flags `("-DBUILD_SHARED_LIBS=1")))
+ #:configure-flags `("-DBUILD_SHARED_LIBS=1"
+ "-DREPROC++=ON")))
(native-inputs
(list pkg-config))
(synopsis "Process IO library")
base-commit: 570ef13a87bb54d3410c431700ba78316a2641e2
--
2.41.0
next reply other threads:[~2024-02-09 20:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 19:17 Paul A. Patience [this message]
2024-02-09 20:02 ` [bug#69006] [PATCH 2/2] gnu: reproc: Improve package style Paul A. Patience
2024-03-01 6:22 ` bug#69006: [PATCH 1/2] gnu: reproc: Enable reproc++ Hilton Chain via Guix-patches via
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0ff996d504ed3a3ff0eb1fdb1fb061e4a018baad.1707506182.git.paul@apatience.com \
--to=paul@apatience.com \
--cc=69006@debbugs.gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).