Accepting request 404517 from graphics
Sorry for yet a resub, now with upstream bug ref (forwarded request 404498 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/404517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=82
This commit is contained in:
commit
7dd0034095
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 24 10:45:25 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Export -std=c++11 in CXXFLAGS, needed now after removal of patch
|
||||||
|
in libsig++ forcing the flag previously. May be removed when
|
||||||
|
lp#1488079 is fixed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 23 13:22:51 UTC 2016 - aeszter@gwdg.de
|
Wed Mar 23 13:22:51 UTC 2016 - aeszter@gwdg.de
|
||||||
|
|
||||||
|
@ -172,7 +172,9 @@ RPM_OPT_FLAGS="%{optflags}"
|
|||||||
export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||||
%endif
|
%endif
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
# This (-std=c++11) is still needed with gcc6 until this is fixed:
|
||||||
|
# https://bugs.launchpad.net/inkscape/+bug/1488079
|
||||||
|
export CXXFLAGS="%{optflags} -std=c++11 -fno-strict-aliasing"
|
||||||
|
|
||||||
%configure\
|
%configure\
|
||||||
--enable-lcms \
|
--enable-lcms \
|
||||||
|
Loading…
Reference in New Issue
Block a user