SHA256
1
0
forked from pool/pulseview

Accepting request 434569 from home:StefanBruens:branches:electronics

Regression workaround for GCC 6.2.1

OBS-URL: https://build.opensuse.org/request/show/434569
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=6
This commit is contained in:
Stefan Brüns 2016-10-12 18:05:28 +00:00 committed by Git OBS Bridge
parent f23ca3e4bb
commit 3fa29ae88b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 11 23:29:37 UTC 2016 - stefan.bruens@rwth-aachen.de
- Add -fext-numeric-literals compiler flag as workaround for
boo#1004168
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 30 12:31:29 UTC 2016 - stefan.bruens@rwth-aachen.de Sat Jan 30 12:31:29 UTC 2016 - stefan.bruens@rwth-aachen.de

View File

@ -49,7 +49,8 @@ PulseView is a Qt-based GUI for sigrok.
%setup -q %setup -q
%build %build
export CXXFLAGS="%{optflags} -fpermissive" # -fext-numeric-literal is a workaround for boo#1004168, remove when fixed
export CXXFLAGS="%{optflags} -fpermissive -fext-numeric-literals"
%cmake -DDISABLE_WERROR=TRUE .. %cmake -DDISABLE_WERROR=TRUE ..
make %{?_smp_mflags} make %{?_smp_mflags}