mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-19 15:45:58 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user