fix build without prelink

This commit is contained in:
Alexander Boström 2015-08-01 10:28:41 +02:00
commit db832e7135

View file

@ -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 <abo@root.snowtree.se> - 1.1.29-31
- fix build without prelink
* Sat Aug 01 2015 Alexander Boström <abo@root.snowtree.se> - 1.1.29-30
- remove prelink buildreq