mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 22:50:34 +02:00
gnu: libvorbis: Do not build static libraries.
* gnu/packages/xiph.scm (libvorbis)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
@@ -95,7 +95,8 @@ periodic timestamps for seeking.")
|
||||
"05dlzjkdpv46zb837wysxqyn8l636x3dw8v8ymlrwz2fg1dbn05g"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs `(("libogg" ,libogg)))
|
||||
(arguments `(#:configure-flags '("LDFLAGS=-lm")
|
||||
(arguments `(#:configure-flags '("LDFLAGS=-lm"
|
||||
"--disable-static")
|
||||
#:parallel-tests? #f))
|
||||
(synopsis "Library implementing the vorbis audio format")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user