aboutsummaryrefslogtreecommitdiff
path: root/devel/chrpath/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/chrpath/pkg-descr')
-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.