gnu: speexdsp: Do not build static libraries.
* gnu/packages/xiph.scm (speexdsp)[arguments]: Add "--disable-static" in #:configure-flags.
This commit is contained in:
		
							parent
							
								
									5c1f02727e
								
							
						
					
					
						commit
						28b4ff244d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -179,7 +179,8 @@ stereo encoding, and voice activity detection.")
 | 
				
			||||||
                "0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838"))))
 | 
					                "0wa7sqpk3x61zz99m7lwkgr6yv62ml6lfgs5xja65vlvdzy44838"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '(,@(if (string=? "aarch64-linux"
 | 
					     `(#:configure-flags '("--disable-static"
 | 
				
			||||||
 | 
					                           ,@(if (string=? "aarch64-linux"
 | 
				
			||||||
                                           (%current-system))
 | 
					                                           (%current-system))
 | 
				
			||||||
                               '("--enable-neon=no") ; neon defaults to armv7-a
 | 
					                               '("--enable-neon=no") ; neon defaults to armv7-a
 | 
				
			||||||
                               '()))))
 | 
					                               '()))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue