diff options
author | Robby Workman <rw@rlworkman.net> | 2010-10-24 22:28:13 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-25 07:55:11 -0500 |
commit | adcfe4d45100dc798829dedcafb9e763966c1402 (patch) | |
tree | e23e841d2bdaed4fb69870faaf6d11796d0393d6 /system/chrpath/README | |
parent | a19c42d298d1568ea25ff4c84de00f018544a183 (diff) |
system/chrpath: Added (modify rpath of binaries)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/chrpath/README')
-rw-r--r-- | system/chrpath/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/chrpath/README b/system/chrpath/README new file mode 100644 index 000000000000..e5b04c1aedb6 --- /dev/null +++ b/system/chrpath/README @@ -0,0 +1,4 @@ +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. |