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:
parent
f23ca3e4bb
commit
3fa29ae88b
@ -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
|
||||
|
||||
|
@ -49,7 +49,8 @@ PulseView is a Qt-based GUI for sigrok.
|
||||
%setup -q
|
||||
|
||||
%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 ..
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user