From a05c5dff4ed364e261eb37e9eed7031e22f8f4d2 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 3 Oct 2019 18:05:56 +0300 Subject: Made rpm specs in line with the default branch. Corresponding bits have been reverted in 159b672b12ce. --- pkg/rpm/unit.spec.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkg/rpm/unit.spec.in') diff --git a/pkg/rpm/unit.spec.in b/pkg/rpm/unit.spec.in index afd2f1ff..7fc950ec 100644 --- a/pkg/rpm/unit.spec.in +++ b/pkg/rpm/unit.spec.in @@ -29,12 +29,7 @@ BuildRequires: openssl-devel BuildRequires: libopenssl-devel %endif -%if (0%{?rhel} == 6) && (%{_arch} == x86_64) -%define CC_OPT %{optflags} -fno-strict-aliasing -fPIC -%else %define CC_OPT %{optflags} -fPIC -%endif - %define LD_OPT -Wl,-z,relro -Wl,-z,now -pie %define CONFIGURE_ARGS $(echo "%%CONFIGURE_ARGS%%") -- cgit