[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: srt: Do not build the static library.
From: |
guix-commits |
Subject: |
08/09: gnu: srt: Do not build the static library. |
Date: |
Thu, 22 Oct 2020 12:49:07 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit f343c36dcada94377a2e76486214e9d2f16bd11e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Oct 22 11:56:42 2020 +0200
gnu: srt: Do not build the static library.
* gnu/packages/networking.scm (srt)[arguments]: Add "-DENABLE_STATIC=OFF" to
#:configure-flags.
---
gnu/packages/networking.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9ee5ed9..02a1121 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -331,6 +331,7 @@ supported, including rtmp://, rtmpt://, rtmpe://,
rtmpte://, and rtmps://.")
(assoc-ref %outputs "out") "/lib")
(string-append "-DCMAKE_INSTALL_INCLUDEDIR="
(assoc-ref %outputs "out") "/include")
+ "-DENABLE_STATIC=OFF"
"-DENABLE_UNITTESTS=ON"
"-DENABLE_CODE_COVERAGE=ON")))
(native-inputs
- branch master updated (cad55e9 -> 3e09453), guix-commits, 2020/10/22
- 01/09: gnu: universal-ctags: Update to 5.9.20201018.0., guix-commits, 2020/10/22
- 03/09: gnu: ungoogled-chromium: Embed absolute references to libGL and friends., guix-commits, 2020/10/22
- 05/09: gnu: clang@10, clang@11: Fix CMake files., guix-commits, 2020/10/22
- 07/09: gnu: srt: Remove unused input., guix-commits, 2020/10/22
- 09/09: gnu: srt: Disable code coverage checking., guix-commits, 2020/10/22
- 02/09: gnu: universal-ctags: Store temporary files below "/tmp"., guix-commits, 2020/10/22
- 04/09: gnu: ungoogled-chromium: Update to 86.0.4240.111-0.c34a56d [security fixes]., guix-commits, 2020/10/22
- 06/09: gnu: Add LLDB., guix-commits, 2020/10/22
- 08/09: gnu: srt: Do not build the static library.,
guix-commits <=