Mercurial > hg > chrpath
diff README @ 0:b8f7423e385c
import 0.13
author | Peter Meerwald <pmeerw@pmeerw.net> |
---|---|
date | Fri, 20 Jul 2012 01:51:24 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Fri Jul 20 01:51:24 2012 +0200 @@ -0,0 +1,31 @@ +chrpath +======= + +chrpath allows you to modify the dynamic library load path (rpath) of +compiled programs. Currently, only removing and modifying the rpath +is supported. Eventually, I hope to be able to add an rpath if it is +missing. + +This tool is based on two small programs I found on the GCC mailing +list. + +Similar tools: +-------------- + +There is elfhack by Ric Klaren doing almost the same thing, and a bit +more. <URL:http://wwwhome.cs.utwente.nl/~klaren/software/>. + +License: +-------- + +chrpath is licensed under the GNU Public Licence. See COPYING for +the terms. + +Source, patches and fixes: +-------------------------- + +The latest source is available from + <URL:ftp://ftp.hungry.com/pub/hungry/chrpath/>. + +Send patches and updates to Petter Reinholdtsen (check AUTHORS for +current address).