un_prelink.plug(1) | rpmrebuild plugin | un_prelink.plug(1) |
NAME¶
un_prelink.plug - a plugin for rpmrebuild, to revert prelink
SYNOPSIS¶
rpmrebuild --include un_prelink.plug <packagename>
DESCRIPTION¶
use this plugin to revert prelink.
prelink is a program which modifies ELF shared libraries and ELF dynam- ically linked binaries, so that the time which dynamic linker needs for their relocation at startup significantly decreases and also due to fewer relocations the run-time memory consumption decreases too.
OPTIONS¶
- -h, --help
- output help information plugins option and exit.
- -v, --version
- print plugin version and exit
FILES¶
- un_prelink.sh
- contains the code for change-files
- un_prelink.plug
- un_prelink.plug.1
- is this man page
ENVIRONMENT¶
EXAMPLES¶
rpmrebuild --include un_prelink.plug apache
to build apache package with not prelinked binaries
AUTHORS¶
Eric Gerbier <eric.gerbier@tutanota.com>, based on code from Han Holl
NOTES¶
COPYRIGHT¶
rpmrebuild is copyright (C) 2011 by Eric Gerbier.
this program is distributed under GNU General Public License
It is provided "as is", without any express or implied warranties.
See the file COPYING for details.
SEE ALSO¶
rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1),
uniq.plug(1), file2pacDep.plug(1), exclude_file.plug(1), un_prelink.plug(1)
set_tag.plug(1), unset_tag.plug(1)
man -k rrp for plugins specific manpages
2.18 | Eric Gerbier |