diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2009-12-03 07:49:20 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2009-12-03 07:49:20 +0000 |
commit | 188c149b76f5e6aa378d10931a3b3622a25df789 (patch) | |
tree | 4d8402d15b9ad409d956b22cd05f211ed65fc1fd /devel/chrpath | |
parent | c60f6c29b987b832454f59d342b86244b6d5cc2c (diff) | |
download | ports-188c149b76f5e6aa378d10931a3b3622a25df789.tar.gz ports-188c149b76f5e6aa378d10931a3b3622a25df789.zip |
Notes
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. |