mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: srt: Do not build the static library.
* gnu/packages/networking.scm (srt)[arguments]: Add "-DENABLE_STATIC=OFF" to #:configure-flags.
This commit is contained in:
parent
ccbbcbf0c4
commit
f343c36dca
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ (define-public srt
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue