Accepting request 438575 from KDE:Qt5
1 OBS-URL: https://build.opensuse.org/request/show/438575 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwebengine?expand=0&rev=16
This commit is contained in:
parent
6f356460af
commit
c2cd6d0593
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 3 10:47:39 UTC 2016 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Add -fno-delete-null-pointer-checks to CXXFLAGS instead to
|
||||||
|
really fix the gcc6 issues (boo#1003985)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 25 13:40:49 UTC 2016 - alarrosa@suse.com
|
Tue Oct 25 13:40:49 UTC 2016 - alarrosa@suse.com
|
||||||
|
|
||||||
|
@ -236,8 +236,9 @@ pushd src/3rdparty/chromium/
|
|||||||
build/linux/unbundle/replace_gyp_files.py $myconf
|
build/linux/unbundle/replace_gyp_files.py $myconf
|
||||||
popd
|
popd
|
||||||
|
|
||||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-delete-null-pointer-checks"
|
export CXXFLAGS+=" -fno-delete-null-pointer-checks"
|
||||||
%ifnarch x86_64
|
%ifnarch x86_64
|
||||||
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS "
|
||||||
export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
|
export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
|
||||||
%endif
|
%endif
|
||||||
%qmake5 QMAKE_CFLAGS="$RPM_OPT_FLAGS" \
|
%qmake5 QMAKE_CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user