fixme note: i686: consider sse2-enabled builds for Qt5Gui, Qt5Core, Qt5Network

This commit is contained in:
Rex Dieter 2016-06-08 06:58:42 -05:00
parent 1ae2a7cd6c
commit 14526fb832
1 changed files with 4 additions and 0 deletions

View File

@ -431,6 +431,10 @@ test -x configure || chmod +x configure
%build
## FIXME/TODO:
# * for %%ix86, add sse2 enabled builds for Qt5Gui, Qt5Core, QtNetwork, see also:
# http://anonscm.debian.org/cgit/pkg-kde/qt/qtbase.git/tree/debian/rules (234-249)
## adjust $RPM_OPT_FLAGS
# remove -fexceptions
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`