From 88d995be2ed885ba9f50fc425db41dd1b36992ea Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:30:18 +0100 Subject: [PATCH] disabling in configuration by default; causes problem with recent gcc/glibc and is generally considered obsoleted [release 20130503-2mamba;Mon Dec 09 2019] --- prelink.spec | 14 ++++++++++++-- prelink.sysconfig | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/prelink.spec b/prelink.spec index 044ed7f..01ade9e 100644 --- a/prelink.spec +++ b/prelink.spec @@ -1,6 +1,6 @@ Name: prelink Version: 20130503 -Release: 1mamba +Release: 2mamba Summary: ELF prelinking utility to speed up dynamic linking Group: System/Tools Vendor: openmamba @@ -13,6 +13,12 @@ Source1: prelink.conf Source2: prelink.cron Source3: prelink.sysconfig License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libelf-devel +BuildRequires: libselinux-devel +## AUTOBUILDREQ-END BuildRequires: libelf-devel BuildRequires: libselinux-devel BuildRequires: transfig @@ -98,13 +104,17 @@ exit 0 %attr(0644,root,root) %ghost %config(missingok,noreplace) /var/log/prelink/prelink.log %{_mandir}/man8/execstack.* %{_mandir}/man8/prelink.* -%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO +%doc AUTHORS COPYING %files doc %defattr(-,root,root) %doc doc/prelink.pdf +%doc ChangeLog NEWS README THANKS TODO %changelog +* Mon Dec 09 2019 Silvan Calarco 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 20130503-1mamba - automatic update by autodist diff --git a/prelink.sysconfig b/prelink.sysconfig index db8c22f..0026c47 100644 --- a/prelink.sysconfig +++ b/prelink.sysconfig @@ -1,7 +1,7 @@ # Set this to no to disable prelinking altogether # (if you change this from yes to no prelink -ua # will be run next night to undo prelinking) -PRELINKING=yes +PRELINKING=no # Options to pass to prelink # -m Try to conserve virtual memory by allowing overlapping