Mercurial > hg > chrpath
view README @ 2:7bf4a164d5bb default tip
fix bug: long_options have to be zero terminated
author | Peter Meerwald <p.meerwald@bct-electronic.com> |
---|---|
date | Fri, 20 Jul 2012 11:28:30 +0200 |
parents | b8f7423e385c |
children |
line wrap: on
line source
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).