patchelf icon indicating copy to clipboard operation
patchelf copied to clipboard

Command for adding to RPATH (append/prepend)

Open matthiasbeyer opened this issue 6 years ago • 5 comments

Would be nice to have a command for adding to RPATH (at beginning or at end).

matthiasbeyer avatar Oct 14 '19 19:10 matthiasbeyer

Replace would also be nice.

matthiasbeyer avatar Feb 26 '20 13:02 matthiasbeyer

There's --set-rpath option?

vtronko avatar Apr 09 '20 04:04 vtronko

Yes, but no --append or --prepend, which is what I ask here.

matthiasbeyer avatar Apr 09 '20 06:04 matthiasbeyer

this would be very useful

mr-cheffy avatar Aug 03 '23 11:08 mr-cheffy

Nowadays there's --add-rpath, no?

Patryk27 avatar Feb 06 '24 18:02 Patryk27