guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]