Dominique Leuenberger 2016-10-06 14:46:29 +00:00 committed by Git OBS Bridge
parent 0b27c39189
commit 2cb1e8395b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 6 09:26:52 UTC 2016 - hrvoje.senjan@gmail.com
- Pass the -fno-delete-null-pointer-checks flag to avoid further
gcc6 issues
-------------------------------------------------------------------
Wed Oct 5 09:54:47 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -233,8 +233,8 @@ pushd src/3rdparty/chromium/
build/linux/unbundle/replace_gyp_files.py $myconf
popd
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -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" \