[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: botan: Use getentropy().
From: |
guix-commits |
Subject: |
05/05: gnu: botan: Use getentropy(). |
Date: |
Fri, 8 Nov 2019 18:54:21 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit be4f2d9451344701599b6dc000c0345ce53b2128
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 9 00:28:25 2019 +0100
gnu: botan: Use getentropy().
* gnu/packages/crypto.scm (botan)[arguments]: Enable the ‘getentropy’
OS feature.
---
gnu/packages/crypto.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index c3d3e36..1f5bfc1 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -757,7 +757,10 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH,
BitTorrent BTIH, GOST R
;; Otherwise, the `botan` executable cannot find
;; libbotan.
(string-append "--ldflags=-Wl,-rpath=" lib)
+
+ "--with-os-feature=getentropy"
"--with-rst2man"
+
;; Recommended by upstream
"--with-zlib" "--with-bzip2" "--with-sqlite3"))))
(replace 'check