From 188c149b76f5e6aa378d10931a3b3622a25df789 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Thu, 3 Dec 2009 07:49:20 +0000 Subject: Add a note about the limitations of this tool to its pkg-descr. [Yes, it is a hack.] --- devel/chrpath/pkg-descr | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/chrpath') 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. -- cgit v1.2.3