forked from pool/MozillaThunderbird
- build with -fno-delete-null-pointer-checks for Tumbleweed/gcc6
as long as underlying issues have been addressed upstream (boo#986162) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=323
This commit is contained in:
committed by
Git OBS Bridge
parent
7e7d69ebc9
commit
c29742319f
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 23 10:15:51 UTC 2016 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- build with -fno-delete-null-pointer-checks for Tumbleweed/gcc6
|
||||||
|
as long as underlying issues have been addressed upstream
|
||||||
|
(boo#986162)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 13 20:28:01 UTC 2016 - agraf@suse.com
|
Mon Jun 13 20:28:01 UTC 2016 - agraf@suse.com
|
||||||
|
|
||||||
|
@@ -230,6 +230,9 @@ export BUILD_OFFICIAL=1
|
|||||||
export MOZ_ESR=1
|
export MOZ_ESR=1
|
||||||
%endif
|
%endif
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
|
||||||
|
%endif
|
||||||
%if %{with mozilla_tb_optimize_for_size}
|
%if %{with mozilla_tb_optimize_for_size}
|
||||||
export CFLAGS="$CFLAGS -Os"
|
export CFLAGS="$CFLAGS -Os"
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user