aboutsummaryrefslogtreecommitdiff
path: root/devel/chrpath
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2009-12-03 07:49:20 +0000
committerBruce M Simpson <bms@FreeBSD.org>2009-12-03 07:49:20 +0000
commit188c149b76f5e6aa378d10931a3b3622a25df789 (patch)
tree4d8402d15b9ad409d956b22cd05f211ed65fc1fd /devel/chrpath
parentc60f6c29b987b832454f59d342b86244b6d5cc2c (diff)
downloadports-188c149b76f5e6aa378d10931a3b3622a25df789.tar.gz
ports-188c149b76f5e6aa378d10931a3b3622a25df789.zip
Notes
Diffstat (limited to 'devel/chrpath')
-rw-r--r--devel/chrpath/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/chrpath/pkg-descr b/devel/chrpath/pkg-descr
index 3b6e8419cc58..14f1aa5eab3f 100644
--- a/devel/chrpath/pkg-descr
+++ b/devel/chrpath/pkg-descr
@@ -1,2 +1,6 @@
chrpath allows you to modify the dynamic library load path (rpath) of
compiled programs. Only removing and modifying the rpath is supported.
+
+Note: The modification performed is in-place; the new DT_RPATH cannot
+be longer than the existing DT_RPATH value. Also, the binary can only
+work with the ELF class of the host system.