From db832e7135d3cc5e24bcaf8df4aa2f2746c4a44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Bostr=C3=B6m?= Date: Sat, 1 Aug 2015 10:28:41 +0200 Subject: [PATCH] fix build without prelink --- anyterm.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anyterm.spec b/anyterm.spec index 73995b9..0dedfef 100644 --- a/anyterm.spec +++ b/anyterm.spec @@ -1,6 +1,6 @@ Name: anyterm Version: 1.1.29 -Release: 30%{?dist} +Release: 31%{?dist} Summary: A web-based terminal emulator Group: Applications/Internet @@ -59,9 +59,6 @@ export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" gzip anytermd.1 -%ifnarch aarch64 ppc64le -execstack -c anytermd -%endif %install install -Dp -m0755 anytermd %{buildroot}%{_sbindir}/anytermd @@ -122,6 +119,9 @@ exit 0 %config(noreplace) %{_sysconfdir}/httpd/conf.d/anyterm.conf %changelog +* Sat Aug 01 2015 Alexander Boström - 1.1.29-31 +- fix build without prelink + * Sat Aug 01 2015 Alexander Boström - 1.1.29-30 - remove prelink buildreq