guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: speex: Do not build static libraries.


From: guix-commits
Subject: 02/06: gnu: speex: Do not build static libraries.
Date: Wed, 11 Dec 2019 16:38:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 29256cbef3ef77afa43628f4bf4a588527a8adee
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 11 20:11:01 2019 +0100

    gnu: speex: Do not build static libraries.
    
    * gnu/packages/xiph.scm (speex)[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 be02106f..61d836a 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -143,6 +143,8 @@ compressed video format.")
        (base32
         "150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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