Disable execstack for RISC-V (riscv64)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
84015e1c81
commit
2328baf7b0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: hugs98
|
Name: hugs98
|
||||||
Version: 2006.09
|
Version: 2006.09
|
||||||
Release: 30%{?dist}
|
Release: 30.0.riscv64%{?dist}
|
||||||
Summary: Haskell Interpreter
|
Summary: Haskell Interpreter
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -26,7 +26,7 @@ BuildRequires: readline-devel
|
|||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: xorg-x11-proto-devel
|
||||||
BuildRequires: openal-soft-devel
|
BuildRequires: openal-soft-devel
|
||||||
BuildRequires: freealut-devel
|
BuildRequires: freealut-devel
|
||||||
%ifnarch aarch64 ppc64le
|
%ifnarch aarch64 ppc64le riscv64
|
||||||
BuildRequires: /usr/bin/execstack
|
BuildRequires: /usr/bin/execstack
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ make %{?_smp_mflags}
|
|||||||
make DESTDIR=%{buildroot} install_all_but_docs
|
make DESTDIR=%{buildroot} install_all_but_docs
|
||||||
make -C docs DESTDIR=%{buildroot} install_man
|
make -C docs DESTDIR=%{buildroot} install_man
|
||||||
|
|
||||||
%ifnarch aarch64 ppc64le
|
%ifnarch aarch64 ppc64le riscv64
|
||||||
execstack -s %{buildroot}%{_bindir}/{hugs,runhugs,ffihugs}
|
execstack -s %{buildroot}%{_bindir}/{hugs,runhugs,ffihugs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -211,6 +211,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2006.09-30.0.riscv64
|
||||||
|
- Disable execstack for RISC-V (riscv64)
|
||||||
|
|
||||||
* Mon Feb 19 2018 Jens Petersen <petersen@redhat.com> - 2006.09-30
|
* Mon Feb 19 2018 Jens Petersen <petersen@redhat.com> - 2006.09-30
|
||||||
- BR gcc
|
- BR gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user