unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++.
@ 2024-02-09 19:17 Paul A. Patience
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Paul A. Patience @ 2024-02-09 19:17 UTC (permalink / raw)
  To: 69006; +Cc: Paul A. Patience

* 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






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

end of thread, other threads:[~2024-03-01  6:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 19:17 [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++ Paul A. Patience
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

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).