Adrian Schröter 2019-02-11 06:55:39 +00:00 committed by Git OBS Bridge
parent d94dc33f55
commit 1265aa35f3
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -114,7 +114,6 @@ export CXXFLAGS="%optflags -O3"
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--enable-unit-tests \
--enable-debug \
--enable-shared \
--disable-static \
--enable-vp8 \
@ -132,6 +131,7 @@ export CXXFLAGS="%optflags -O3"
--extra-cflags="-std=gnu99 -U_FORTIFY_SOURCE %{optflags}" \
--extra-cxxflags="-U_FORTIFY_SOURCE %{optflags}" \
--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
# 8K Fulldome resolution and should be enough for all current use cases
# bso#1056539