gnu: nghttp2: Support for the Hurd.
* gnu/packages/web.scm (nghttp2)[inputs]: When compiling for the Hurd, include openssl:static.
This commit is contained in:
parent
a7eaaec8c1
commit
b1c894b53f
1 changed files with 4 additions and 1 deletions
|
|
@ -7232,7 +7232,10 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.")
|
||||||
`(("jemalloc" ,jemalloc))) ; fight nghttpd{,x} heap fragmentation
|
`(("jemalloc" ,jemalloc))) ; fight nghttpd{,x} heap fragmentation
|
||||||
("libev" ,libev)
|
("libev" ,libev)
|
||||||
("libxml2" ,libxml2) ; for ‘nghttp -a’
|
("libxml2" ,libxml2) ; for ‘nghttp -a’
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)
|
||||||
|
,@(if (hurd-target?)
|
||||||
|
`(("openssl-static" ,openssl "static"))
|
||||||
|
'())))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--libdir=" (assoc-ref %outputs "lib") "/lib")
|
(list (string-append "--libdir=" (assoc-ref %outputs "lib") "/lib")
|
||||||
|
|
|
||||||
Reference in a new issue