me
/
guix
Archived
1
0
Fork 0

gnu: libvpx: Do not build static libraries.

* gnu/packages/video.scm (libvpx)[arguments]: Add "--disable-static" to
  #:configure-flags.
master
Marius Bakke 2019-12-11 19:58:46 +01:00
parent 1f3a2ebd6a
commit 1e667df433
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -1454,6 +1454,7 @@ projects while introducing many more.")
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-shared"
"--disable-static"
"--as=yasm"
;; Limit size to avoid CVE-2015-1258
"--size-limit=16384x16384"