diff options
author | bms <bms@FreeBSD.org> | 2009-12-03 15:49:20 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2009-12-03 15:49:20 +0800 |
commit | 3360bc2e240866bf257fef355c41d9bcbf37776b (patch) | |
tree | 13dcdf306c971b4e4e3a294cb1c941f5aefa29f5 /devel/chrpath | |
parent | 62db52e44275b7e1423504876e117beed6d18225 (diff) | |
download | freebsd-ports-gnome-3360bc2e240866bf257fef355c41d9bcbf37776b.tar.gz freebsd-ports-gnome-3360bc2e240866bf257fef355c41d9bcbf37776b.tar.zst freebsd-ports-gnome-3360bc2e240866bf257fef355c41d9bcbf37776b.zip |
Add a note about the limitations of this tool to its pkg-descr.
[Yes, it is a hack.]
Diffstat (limited to 'devel/chrpath')
-rw-r--r-- | devel/chrpath/pkg-descr | 4 |
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. |