summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/unit.module.spec.in
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-02-14 17:21:37 +0300
committerAndrei Belov <defan@nginx.com>2019-02-14 17:21:37 +0300
commit1ba49d925031a74f1a6b6f31991562583f3271b5 (patch)
tree675d73ca3f8f35be3388babbe41311fa987fbb42 /pkg/rpm/unit.module.spec.in
parent43ad6be2f04d4212bd97ffc9d8a2fe833d8f218c (diff)
downloadunit-1ba49d925031a74f1a6b6f31991562583f3271b5.tar.gz
unit-1ba49d925031a74f1a6b6f31991562583f3271b5.tar.bz2
Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64.
Closes #221 on GitHub.
Diffstat (limited to 'pkg/rpm/unit.module.spec.in')
-rw-r--r--pkg/rpm/unit.module.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in
index 8b8a3433..d06db231 100644
--- a/pkg/rpm/unit.module.spec.in
+++ b/pkg/rpm/unit.module.spec.in
@@ -10,7 +10,11 @@
%define unit_version %%UNIT_VERSION%%
%define unit_release %%UNIT_RELEASE%%%{?dist}.ngx
+%if (0%{?rhel} == 6) && (%{_arch} == x86_64)
+%define CC_OPT %{optflags} -fno-strict-aliasing
+%else
%define CC_OPT %{optflags}
+%endif
%define CONFIGURE_ARGS $(echo "%%CONFIGURE_ARGS%%")