emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#69006: closed ([PATCH 1/2] gnu: reproc: Enable reproc++.)
Date: Fri, 01 Mar 2024 06:27:02 +0000

Your message dated Fri, 01 Mar 2024 14:22:29 +0800
with message-id <87sf1a31zu.wl-hako@ultrarare.space>
and subject line Re: [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++.
has caused the debbugs.gnu.org bug report #69006,
regarding [PATCH 1/2] gnu: reproc: Enable reproc++.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69006: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69006
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++. Date: Fri, 01 Mar 2024 14:22:29 +0800
Hi Paul,

On Sat, 10 Feb 2024 03:17:15 +0800,
Paul A. Patience wrote:
>
> * 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(-)

Applied as b18c003c6908b6d7bc6d63ee4451b5b5cdb6f17c and
a1bf3139a0eefef839542b330e36de824e6541a4, thank you!


--- End Message ---

reply via email to

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