me
/
guix
Archived
1
0
Fork 0

gnu: libvorbis: Do not build static libraries.

* gnu/packages/xiph.scm (libvorbis)[arguments]: Add "--disable-static" to
  #:configure-flags.
master
Marius Bakke 2019-12-11 20:03:13 +01:00
parent 542432e8ff
commit b134c7ba16
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -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