diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 20:00:50 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 23:21:55 +0100 |
commit | e500b9d908220d4d104c42d85a3c4fc3c38b7bc2 (patch) | |
tree | ea434848e96aee215a930faa805bee87673ad410 | |
parent | 371d95ebc778b7a8fec2df06a4d7da96a1488bf9 (diff) | |
download | patches-e500b9d908220d4d104c42d85a3c4fc3c38b7bc2.tar patches-e500b9d908220d4d104c42d85a3c4fc3c38b7bc2.tar.gz |
gnu: opus: Do not build static libraries.
* gnu/packages/xiph.scm (opus)[arguments]: New field.
-rw-r--r-- | gnu/packages/xiph.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 61d836a50b..1927da4c5b 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -352,6 +352,8 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about (base32 "17gz8kxs4i7icsc1gj713gadiapyklynlwqlf0ai98dj4lg8xdb5")))) (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--disable-static"))) (synopsis "Versatile audio codec") (description "Opus is a totally open, royalty-free, highly versatile audio codec. Opus |