remove informational execstack call

prelink or execstack packages are not generally available.
prelink seems missing on ppc64le at least.
This commit is contained in:
Pádraig Brady 2021-12-29 23:54:06 +00:00
parent 57da3a54e2
commit 97ac083558
1 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@ BuildRequires: gcc gtest-devel
%if %{with pzstd}
BuildRequires: gcc-c++
%endif
BuildRequires: prelink
%description
Zstd, short for Zstandard, is a fast lossless compression algorithm,
@ -80,8 +79,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
%endif
%check
execstack lib/libzstd.so.1
export CFLAGS="$RPM_OPT_FLAGS"
export LDFLAGS="$RPM_LD_FLAGS"
make -C tests test-zstd