mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: botan: Use getentropy().
* gnu/packages/crypto.scm (botan)[arguments]: Enable the ‘getentropy’ OS feature.
This commit is contained in:
parent
69ad8d92e6
commit
be4f2d9451
1 changed files with 3 additions and 0 deletions
|
@ -757,7 +757,10 @@ (define-public botan
|
||||||
;; Otherwise, the `botan` executable cannot find
|
;; Otherwise, the `botan` executable cannot find
|
||||||
;; libbotan.
|
;; libbotan.
|
||||||
(string-append "--ldflags=-Wl,-rpath=" lib)
|
(string-append "--ldflags=-Wl,-rpath=" lib)
|
||||||
|
|
||||||
|
"--with-os-feature=getentropy"
|
||||||
"--with-rst2man"
|
"--with-rst2man"
|
||||||
|
|
||||||
;; Recommended by upstream
|
;; Recommended by upstream
|
||||||
"--with-zlib" "--with-bzip2" "--with-sqlite3"))))
|
"--with-zlib" "--with-bzip2" "--with-sqlite3"))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
|
Loading…
Reference in a new issue