guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/10: gnu: libogg: Do not build static libraries.


From: guix-commits
Subject: 07/10: gnu: libogg: Do not build static libraries.
Date: Wed, 11 Dec 2019 17:27:47 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 542432e8ff091be463f62a34e410b52481383287
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 11 20:01:32 2019 +0100

    gnu: libogg: Do not build static libraries.
    
    * gnu/packages/xiph.scm (libogg)[arguments]: New field.
---
 gnu/packages/xiph.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 1927da4..8ffe2c3 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -69,6 +69,8 @@
              (base32
               "1zlk33vxvxr0l9lhkbhkdwvylw96d2n0fnd3d8dl031hph9bqqy1"))))
    (build-system gnu-build-system)
+   (arguments
+    '(#:configure-flags '("--disable-static")))
    (synopsis "Library for manipulating the ogg multimedia format")
    (description
     "The libogg library allows to manipulate the ogg multimedia container



reply via email to

[Prev in Thread] Current Thread [Next in Thread]