sodepends: Read DT_RUNPATH too
- Feb 11, 2023
-
-
- The RPATH needs to be normalized, e.g. collapsing ../ parts. - If the RPATH contains $ORIGIN, we need to substitute it with the path of the linked binary.
-
DT_RPATH is deprecated and ignored if DT_RUNPATH present. It fixes detecting internal library dependencies.
-