resetting manifest requested domain to floor
[platform/upstream/chrpath.git] / README
1 chrpath
2 =======
3
4 chrpath allows you to modify the dynamic library load path (rpath) of
5 compiled programs.  Currently, only removing and modifying the rpath
6 is supported.  Eventually, I hope to be able to add an rpath if it is
7 missing.
8
9 This tool is based on two small programs I found on the GCC mailing
10 list.
11
12 Similar tools:
13 --------------
14
15 There is elfhack by Ric Klaren doing almost the same thing, and a bit
16 more.  <URL:http://wwwhome.cs.utwente.nl/~klaren/software/>.
17
18 License:
19 --------
20
21 chrpath is licensed under the GNU Public Licence.  See COPYING for
22 the terms.
23
24 Source, patches and fixes:
25 --------------------------
26
27 The latest source is available from
28   <URL:ftp://ftp.hungry.com/pub/hungry/chrpath/>.
29
30 Send patches and updates to Petter Reinholdtsen (check AUTHORS for
31 current address).