gnu: libogg: Do not build static libraries.

* gnu/packages/xiph.scm (libogg)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-12-11 20:01:32 +01:00
parent e500b9d908
commit 542432e8ff
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -69,6 +69,8 @@ (define libogg
(base32 (base32
"1zlk33vxvxr0l9lhkbhkdwvylw96d2n0fnd3d8dl031hph9bqqy1")))) "1zlk33vxvxr0l9lhkbhkdwvylw96d2n0fnd3d8dl031hph9bqqy1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(synopsis "Library for manipulating the ogg multimedia format") (synopsis "Library for manipulating the ogg multimedia format")
(description (description
"The libogg library allows to manipulate the ogg multimedia container "The libogg library allows to manipulate the ogg multimedia container