gnu: nghttp2: Support for the Hurd.
authorJan (janneke) Nieuwenhuizen <janneke@gnu.org>
Sun, 28 Jun 2020 13:22:43 +0000 (15:22 +0200)
committerJan (janneke) Nieuwenhuizen <janneke@gnu.org>
Tue, 30 Jun 2020 13:16:09 +0000 (15:16 +0200)
* gnu/packages/web.scm (nghttp2)[inputs]: When compiling for the Hurd, include
openssl:static.

gnu/packages/web.scm

index 292ccf5..47b0c5c 100644 (file)
@@ -7232,7 +7232,10 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.")
              `(("jemalloc" ,jemalloc))) ; fight nghttpd{,x} heap fragmentation
        ("libev" ,libev)
        ("libxml2" ,libxml2)             ; for ‘nghttp -a’
-       ("openssl" ,openssl)))
+       ("openssl" ,openssl)
+       ,@(if (hurd-target?)
+             `(("openssl-static" ,openssl "static"))
+             '())))
     (arguments
      `(#:configure-flags
        (list (string-append "--libdir=" (assoc-ref %outputs "lib") "/lib")