gnu: libtheora: Do not build static libraries.
authorMarius Bakke <mbakke@fastmail.com>
Wed, 11 Dec 2019 19:04:03 +0000 (20:04 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Wed, 11 Dec 2019 22:21:56 +0000 (23:21 +0100)
* gnu/packages/xiph.scm (libtheora)[arguments]: New field.

gnu/packages/xiph.scm

index 3489206..f4c1111 100644 (file)
@@ -122,6 +122,8 @@ polyphonic) audio and music at fixed and variable bitrates from 16 to
                "0q8wark9ribij57dciym5vdikg2464p8q2mgqvfb78ksjh4s8vgk"))
              (patches (search-patches "libtheora-config-guess.patch"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (inputs `(("libvorbis" ,libvorbis)))
     ;; The .pc files refer to libogg.
     (propagated-inputs `(("libogg" ,libogg)))