Dominique Leuenberger 2016-11-05 20:23:52 +00:00 committed by Git OBS Bridge
parent 6f356460af
commit c2cd6d0593
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -236,8 +236,9 @@ pushd src/3rdparty/chromium/
build/linux/unbundle/replace_gyp_files.py $myconf
popd
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-delete-null-pointer-checks"
export CXXFLAGS+=" -fno-delete-null-pointer-checks"
%ifnarch x86_64
RPM_OPT_FLAGS="$RPM_OPT_FLAGS "
export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
%endif
%qmake5 QMAKE_CFLAGS="$RPM_OPT_FLAGS" \