fix
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=99
This commit is contained in:
parent
d94dc33f55
commit
1265aa35f3
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 11 07:54:46 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- remove --enable-debug switch boo#1124521
|
||||||
|
(disabling exceptions)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 5 07:37:48 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
Tue Feb 5 07:37:48 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -114,7 +114,6 @@ export CXXFLAGS="%optflags -O3"
|
|||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--enable-unit-tests \
|
--enable-unit-tests \
|
||||||
--enable-debug \
|
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-vp8 \
|
--enable-vp8 \
|
||||||
@ -132,6 +131,7 @@ export CXXFLAGS="%optflags -O3"
|
|||||||
--extra-cflags="-std=gnu99 -U_FORTIFY_SOURCE %{optflags}" \
|
--extra-cflags="-std=gnu99 -U_FORTIFY_SOURCE %{optflags}" \
|
||||||
--extra-cxxflags="-U_FORTIFY_SOURCE %{optflags}" \
|
--extra-cxxflags="-U_FORTIFY_SOURCE %{optflags}" \
|
||||||
--enable-pic
|
--enable-pic
|
||||||
|
# --enable-debug got removed because it can cause crashes boo#1124521
|
||||||
# size-limit to avoid CVE-2017-0641 DoS attacks. The limit is the
|
# size-limit to avoid CVE-2017-0641 DoS attacks. The limit is the
|
||||||
# 8K Fulldome resolution and should be enough for all current use cases
|
# 8K Fulldome resolution and should be enough for all current use cases
|
||||||
# bso#1056539
|
# bso#1056539
|
||||||
|
Loading…
Reference in New Issue
Block a user