avoid using rpath for the lynx executable
This commit is contained in:
parent
50e4896acd
commit
5d36a5c5e4
@ -3,7 +3,7 @@
|
||||
Summary: A text-based Web browser
|
||||
Name: lynx
|
||||
Version: 2.8.9
|
||||
Release: 0.10.dev%{devrel}%{?dist}
|
||||
Release: 0.11.dev%{devrel}%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/Internet
|
||||
Source: http://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}dev.%{devrel}.tar.bz2
|
||||
@ -66,6 +66,7 @@ perl -pi -e 's,^STARTFILE:.*,STARTFILE:file:/usr/share/doc/HTML/en-US/index.html
|
||||
%build
|
||||
%configure --libdir=/etc \
|
||||
--disable-font-switch \
|
||||
--disable-rpath-hack \
|
||||
--enable-addrlist-page \
|
||||
--enable-charset-choice \
|
||||
--enable-cgi-links \
|
||||
@ -123,6 +124,9 @@ EOF
|
||||
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
||||
|
||||
%changelog
|
||||
* Sat Feb 06 2016 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.11.dev6
|
||||
- avoid using rpath for the lynx executable
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.10.dev6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user