mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 23:36:21 +01:00
libvpx: avoid CVE-2015-1258
[1] https://security-tracker.debian.org/tracker/CVE-2015-1258 [2] http://pkgs.fedoraproject.org/cgit/libvpx.git/commit/?id=4257ff5f4ac22a3fe7b34f441e6425b2a8b690ae Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
89e40e736d
commit
c08d766401
|
|
@ -37,6 +37,7 @@ CONFIGUREOPTS = " \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--prefix=${prefix} \
|
--prefix=${prefix} \
|
||||||
--libdir=${libdir} \
|
--libdir=${libdir} \
|
||||||
|
--size-limit=16384x16384 \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user