From 896d6f41f444aea09f08818cdf2ecd9bfe0bc21d Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 5 Jan 2019 20:27:55 +0800 Subject: [PATCH] fish.spec: drop stanza for RHEL 5 CentOS / Red Hat Enterprise Linux 5 are end-of-life and builds are not made for these platforms any more. --- fish.spec.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fish.spec.in b/fish.spec.in index dfbf81deb..d295e7749 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -51,10 +51,6 @@ is simple but incompatible with other shell languages. export CC=gcc48 export CXX=g++48 EXTRA_CMAKE_FLAGS="-DCURSES_EXTRA_LIBRARY=tinfo" -%if 0%{?rhel} < 6 -# i686 required for atomic instructions; default is i386 -export CXXFLAGS="$CXXFLAGS -march=i686" -%endif %endif # CMake macros define -DBUILD_SHARED_LIBS:BOOL=ON, which breaks the # bundled PCRE2 static library.