mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: nng: Build as a shared library.
* gnu/packages/networking.scm (nng)[arguments]: Add configure-flag to build as a shared library. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5c2db516f9
commit
6e398663c3
1 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
|||
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
|
||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||
;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
|
||||
;;; Copyright © 2020 Hamzeh Nasajpour <h.nasajpour@pantherx.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -419,7 +420,8 @@ (define-public nng
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "-DNNG_ENABLE_COVERAGE=ON"
|
||||
"-DNNG_ENABLE_TLS=ON")
|
||||
"-DNNG_ENABLE_TLS=ON"
|
||||
"-DBUILD_SHARED_LIBS=ON")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-failing-tests
|
||||
|
|
Loading…
Reference in a new issue