mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libvpx: Do not build static libraries.
* gnu/packages/video.scm (libvpx)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
1f3a2ebd6a
commit
1e667df433
1 changed files with 1 additions and 0 deletions
|
@ -1454,6 +1454,7 @@ (define-public libvpx
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--enable-shared"
|
`(#:configure-flags (list "--enable-shared"
|
||||||
|
"--disable-static"
|
||||||
"--as=yasm"
|
"--as=yasm"
|
||||||
;; Limit size to avoid CVE-2015-1258
|
;; Limit size to avoid CVE-2015-1258
|
||||||
"--size-limit=16384x16384"
|
"--size-limit=16384x16384"
|
||||||
|
|
Loading…
Reference in a new issue