[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43576] [PATCH] gnu: nng: Update to build as shared library
From: |
Hamzeh Nasajpour |
Subject: |
[bug#43576] [PATCH] gnu: nng: Update to build as shared library |
Date: |
Wed, 23 Sep 2020 11:41:25 +0330 |
User-agent: |
Cyrus-JMAP/3.3.0-355-g3ece53b-fm-20200922.004-g3ece53b9 |
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 89e47a6726..a5aac7b878 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -419,7 +419,9 @@ at the link-layer level.")
(arguments
`(#:configure-flags
(list "-DNNG_ENABLE_COVERAGE=ON"
- "-DNNG_ENABLE_TLS=ON")
+ "-DNNG_ENABLE_TLS=ON"
+ ;; To building as shared library
+ "-DBUILD_SHARED_LIBS=ON")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests
- [bug#43576] [PATCH] gnu: nng: Update to build as shared library,
Hamzeh Nasajpour <=