disabling in configuration by default; causes problem with recent gcc/glibc and is generally considered obsoleted [release 20130503-2mamba;Mon Dec 09 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 10:30:18 +01:00
parent 5e6c1a6dde
commit 88d995be2e
2 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: prelink Name: prelink
Version: 20130503 Version: 20130503
Release: 1mamba Release: 2mamba
Summary: ELF prelinking utility to speed up dynamic linking Summary: ELF prelinking utility to speed up dynamic linking
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
@ -13,6 +13,12 @@ Source1: prelink.conf
Source2: prelink.cron Source2: prelink.cron
Source3: prelink.sysconfig Source3: prelink.sysconfig
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libelf-devel
BuildRequires: libselinux-devel
## AUTOBUILDREQ-END
BuildRequires: libelf-devel BuildRequires: libelf-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: transfig BuildRequires: transfig
@ -98,13 +104,17 @@ exit 0
%attr(0644,root,root) %ghost %config(missingok,noreplace) /var/log/prelink/prelink.log %attr(0644,root,root) %ghost %config(missingok,noreplace) /var/log/prelink/prelink.log
%{_mandir}/man8/execstack.* %{_mandir}/man8/execstack.*
%{_mandir}/man8/prelink.* %{_mandir}/man8/prelink.*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %doc AUTHORS COPYING
%files doc %files doc
%defattr(-,root,root) %defattr(-,root,root)
%doc doc/prelink.pdf %doc doc/prelink.pdf
%doc ChangeLog NEWS README THANKS TODO
%changelog %changelog
* Mon Dec 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20130503-2mamba
- disabling in configuration by default; causes problem with recent gcc/glibc and is generally considered obsoleted
* Wed Jul 24 2013 Automatic Build System <autodist@mambasoft.it> 20130503-1mamba * Wed Jul 24 2013 Automatic Build System <autodist@mambasoft.it> 20130503-1mamba
- automatic update by autodist - automatic update by autodist

View File

@ -1,7 +1,7 @@
# Set this to no to disable prelinking altogether # Set this to no to disable prelinking altogether
# (if you change this from yes to no prelink -ua # (if you change this from yes to no prelink -ua
# will be run next night to undo prelinking) # will be run next night to undo prelinking)
PRELINKING=yes PRELINKING=no
# Options to pass to prelink # Options to pass to prelink
# -m Try to conserve virtual memory by allowing overlapping # -m Try to conserve virtual memory by allowing overlapping