mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
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:
parent
f4790a8767
commit
896d6f41f4
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@ is simple but incompatible with other shell languages.
|
||||||
export CC=gcc48
|
export CC=gcc48
|
||||||
export CXX=g++48
|
export CXX=g++48
|
||||||
EXTRA_CMAKE_FLAGS="-DCURSES_EXTRA_LIBRARY=tinfo"
|
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
|
%endif
|
||||||
# CMake macros define -DBUILD_SHARED_LIBS:BOOL=ON, which breaks the
|
# CMake macros define -DBUILD_SHARED_LIBS:BOOL=ON, which breaks the
|
||||||
# bundled PCRE2 static library.
|
# bundled PCRE2 static library.
|
||||||
|
|
Loading…
Reference in a new issue