guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: reproc: Enable reproc++.


From: guix-commits
Subject: 04/09: gnu: reproc: Enable reproc++.
Date: Fri, 1 Mar 2024 01:19:17 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit b18c003c6908b6d7bc6d63ee4451b5b5cdb6f17c
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Feb 9 19:17:15 2024 +0000

    gnu: reproc: Enable reproc++.
    
    * gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add
    -DREPROC++=ON.
    
    Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 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 e530d1d2a8..9c49ea8d33 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1068,7 +1068,8 @@ and make @code{cpplint} usable in wider contexts.")
       ;; 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")



reply via email to

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