mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
gnu: libevent: Fix build failure.
* gnu/packages/libevent.scm (libevent)[arguments]<#:configure-flags>: Add --disable-openssl.
This commit is contained in:
@@ -54,7 +54,8 @@
|
||||
(outputs '("out" "bin"))
|
||||
(arguments
|
||||
;; This skips some of the tests which fail on armhf and aarch64.
|
||||
'(#:configure-flags '("--disable-libevent-regress")))
|
||||
'(#:configure-flags '("--disable-libevent-regress"
|
||||
"--disable-openssl")))
|
||||
(inputs
|
||||
`(("python" ,python-wrapper))) ;for 'event_rpcgen.py'
|
||||
(native-inputs
|
||||
|
||||
Reference in New Issue
Block a user