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.
This commit is contained in:
David Adam 2019-01-05 20:27:55 +08:00
parent f4790a8767
commit 896d6f41f4

View File

@ -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.