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>
This commit is contained in:
Paul A. Patience 2024-02-09 19:17:15 +00:00 committed by Hilton Chain
parent abb5ed83a8
commit b18c003c69
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -1068,7 +1068,8 @@ (define-public reproc
;; No tests. ;; No tests.
`(#:tests? #f `(#:tests? #f
;; Build the shared library instead of a static one. ;; 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 (native-inputs
(list pkg-config)) (list pkg-config))
(synopsis "Process IO library") (synopsis "Process IO library")