[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51063: [PATCH] gnu: ruby-eventmachine: Add openssl input.
From: |
Ludovic Courtès |
Subject: |
bug#51063: [PATCH] gnu: ruby-eventmachine: Add openssl input. |
Date: |
Tue, 26 Oct 2021 12:45:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Stephen Paul Weber <singpolyma@singpolyma.net> skribis:
> While EventMachine will build without openssl present, attempting to use it to
> make any TLS-secured connections will crash at runtime, which is not very
> useful. This allows the build system to find and link OpenSSL and thus TLS
> will
> work at runtime.
>
> * gnu/packages/ruby.scm (ruby-eventmachine): Add openssl input.
Applied, thanks!
Ludo'.