-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
33 lines (23 loc) · 892 Bytes
/
README
File metadata and controls
33 lines (23 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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: https://alioth.debian.org/frs/?group_id=31052 >
The project repository and developer mailing list are available
from <URL: https://alioth.debian.org/projects/chrpath/ >
Send patches and updates to the Alioth project.