From 6e398663c3da8daa905e2e544acb1280a1b9f793 Mon Sep 17 00:00:00 2001 From: Hamzeh Nasajpour Date: Wed, 23 Sep 2020 11:41:25 +0330 Subject: 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 --- gnu/packages/networking.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 89e47a6726..8b46bd7d24 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -40,6 +40,7 @@ ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2020 Jesse Dowell +;;; Copyright © 2020 Hamzeh Nasajpour ;;; ;;; This file is part of GNU Guix. ;;; @@ -419,7 +420,8 @@ at the link-layer level.") (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 -- cgit 1.4.1