From b18c003c6908b6d7bc6d63ee4451b5b5cdb6f17c Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Fri, 9 Feb 2024 19:17:15 +0000 Subject: [PATCH] gnu: reproc: Enable reproc++. * gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add -DREPROC++=ON. Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0 Signed-off-by: Hilton Chain --- 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")