diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 20:01:32 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 23:21:56 +0100 |
commit | 542432e8ff091be463f62a34e410b52481383287 (patch) | |
tree | 7d5f25652c6998a34ee076d9f5ea82421fc4ec1b | |
parent | e500b9d908220d4d104c42d85a3c4fc3c38b7bc2 (diff) | |
download | patches-542432e8ff091be463f62a34e410b52481383287.tar patches-542432e8ff091be463f62a34e410b52481383287.tar.gz |
gnu: libogg: Do not build static libraries.
* gnu/packages/xiph.scm (libogg)[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 1927da4c5b..8ffe2c327d 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -69,6 +69,8 @@ (base32 "1zlk33vxvxr0l9lhkbhkdwvylw96d2n0fnd3d8dl031hph9bqqy1")))) (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--disable-static"))) (synopsis "Library for manipulating the ogg multimedia format") (description "The libogg library allows to manipulate the ogg multimedia container |