guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++.


From: Paul A. Patience
Subject: [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++.
Date: Fri, 09 Feb 2024 19:17:15 +0000

* 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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]