me
/
guix
Archived
1
0
Fork 0

gnu: speexdsp: Do not build static libraries.

* gnu/packages/xiph.scm (speexdsp)[arguments]: Add "--disable-static" in
 #:configure-flags.
master
Marius Bakke 2019-12-11 20:06:47 +01:00
parent 5c1f02727e
commit 28b4ff244d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -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
'()))))