GNU bug report logs - #58496
[PATCH 0/2] gnu: Add coturn

Previous Next

Package: guix-patches;

Reported by: Thomas Albers Raviola <thomas <at> thomaslabs.org>

Date: Thu, 13 Oct 2022 15:43:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Thomas Albers <thomas <at> thomaslabs.org>
To: 58496 <at> debbugs.gnu.org
Cc: Thomas Albers <thomas <at> thomaslabs.org>
Subject: [bug#58496] [PATCH 1/2] gnu: Add libevent-with-openssl
Date: Thu, 13 Oct 2022 17:43:33 +0200
* gnu/packages/libevent.scm (libevent-with-openssl): New variable.
---
 gnu/packages/libevent.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index d807315906..e0ba2b3d5b 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -76,6 +76,17 @@ (define-public libevent
 loop.")
     (license bsd-3)))
 
+(define-public libevent-with-openssl
+  (package
+    (inherit libevent)
+    (name "libevent-with-openssl")
+    (inputs
+     `(("openssl" ,openssl)
+       ,@(package-inputs libevent)))
+    (arguments
+     ;; This skips some of the tests which fail on armhf and aarch64.
+     '(#:configure-flags '("--disable-libevent-regress")))))
+
 (define-public libev
   (package
     (name "libev")
-- 
2.38.0





This bug report was last modified 1 year and 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.