gnu: speexdsp: Do not build static libraries.
* gnu/packages/xiph.scm (speexdsp)[arguments]: Add "--disable-static" in #:configure-flags.master
parent
5c1f02727e
commit
28b4ff244d
|
@ -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
|
||||
'()))))
|
||||
|
|
Reference in New Issue