mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libogg: Do not build static libraries.
* gnu/packages/xiph.scm (libogg)[arguments]: New field.
This commit is contained in:
parent
e500b9d908
commit
542432e8ff
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue