• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

deb/H14-Jan-2014-535408

testsuite/H03-May-2022-575465

AUTHORSH A D26-Sep-2011650 1916

COPYINGH A D26-Nov-200617.6 KiB341281

ChangeLogH A D27-Sep-201110.8 KiB381213

INSTALLH A D26-Nov-20069.3 KiB237179

Makefile.amH A D12-Jan-2014665 3020

Makefile.inH A D03-May-202231.3 KiB950847

NEWSH A D14-Jan-20143.4 KiB9575

READMEH A D12-Jan-2014892 3423

acinclude.m4H A D12-Jan-2014730 4542

aclocal.m4H A D12-Jan-201436.3 KiB1,025917

chrpath.1H A D26-Sep-20112.8 KiB7961

chrpath.cH A D14-Jan-20146.6 KiB286212

config.guessH A D12-Jan-201444.7 KiB1,5691,356

config.h.inH A D24-Nov-20132.4 KiB9566

config.subH A D12-Jan-201434.8 KiB1,7941,656

configureH A D12-Jan-2014177.2 KiB6,2915,208

configure.acH A D12-Jan-20141.5 KiB7558

depcompH A D26-Nov-200615.6 KiB531330

elf.cH A D12-Jan-20143.6 KiB166145

install-shH A D26-Nov-20069 KiB324189

killrpath.cH A D12-Jan-20142.3 KiB10882

main.cH A D14-Jan-20143.3 KiB133110

missingH A D26-Nov-200610.8 KiB361268

protos.hH A D03-May-20222.3 KiB7865

README

1chrpath
2=======
3
4chrpath allows you to modify the dynamic library load path (rpath) of
5compiled programs.  Currently, only removing and modifying the rpath
6is supported.  Eventually, I hope to be able to add an rpath if it is
7missing.
8
9This tool is based on two small programs I found on the GCC mailing
10list.
11
12Similar tools:
13--------------
14
15There is elfhack by Ric Klaren doing almost the same thing, and a bit
16more.  <URL: http://wwwhome.cs.utwente.nl/~klaren/software/ >.
17
18License:
19--------
20
21chrpath is licensed under the GNU Public Licence.  See COPYING for
22the terms.
23
24Source, patches and fixes:
25--------------------------
26
27The latest source is available from
28  <URL: https://alioth.debian.org/frs/?group_id=31052 >
29
30The project repository and developer mailing list are available
31from <URL: https://alioth.debian.org/projects/chrpath/ >
32
33Send patches and updates to the Alioth project.
34