SHA256
1
0
forked from pool/pulseview

Accepting request 434604 from electronics

1

OBS-URL: https://build.opensuse.org/request/show/434604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-10-20 21:08:08 +00:00 committed by Git OBS Bridge
commit e259fea59d
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

View File

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