guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: speexdsp: Do not build static libraries.


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

mbakke pushed a commit to branch staging
in repository guix.

commit 28b4ff244dfbf141a9aae4f1ddcc1021372d412f
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 11 20:06:47 2019 +0100

    gnu: speexdsp: Do not build static libraries.
    
    * gnu/packages/xiph.scm (speexdsp)[arguments]: Add "--disable-static" in
     #:configure-flags.
---
 gnu/packages/xiph.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index f4c1111..34ed5dc 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -179,7 +179,8 @@ stereo encoding, and voice activity detection.")
                 "0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags '(,@(if (string=? "aarch64-linux"
+     `(#:configure-flags '("--disable-static"
+                           ,@(if (string=? "aarch64-linux"
                                            (%current-system))
                                '("--enable-neon=no") ; neon defaults to armv7-a
                                '()))))



reply via email to

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