fix build without prelink
This commit is contained in:
parent
df3ab72c89
commit
db832e7135
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue