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:
Marius Bakke 2020-10-22 11:56:42 +02:00
parent ccbbcbf0c4
commit f343c36dca
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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