Wireshark-commits: [Wireshark-commits] master 4f46a2a: CMake: Set a direct rpath for	libraries
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f46a2af88e59654673aeb7cb55d1f55c4251a73
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
4f46a2a by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
    CMake: Set a direct rpath for libraries
    
    Instead of using "$ORIGIN/../lib" just use "$ORIGIN".
    
    Also be explicit in configuring the relative RPATH. We don't want
    to assume a default relative path, in case more targets are addded,
    out of caution.
    
    Change-Id: I3b7f5e8de7be8bb30aca3b433212113d876c4163
    Reviewed-on: https://code.wireshark.org/review/31647
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    
Actions performed:
    from  020c90f   Text Import: update code comments and help texts
     add  4f46a2a   CMake: Set a direct rpath for libraries
Summary of changes:
 CMakeLists.txt         | 16 ++++++++++++++--
 codecs/CMakeLists.txt  |  1 +
 epan/CMakeLists.txt    |  1 +
 extcap/CMakeLists.txt  | 14 +++++---------
 wiretap/CMakeLists.txt |  1 +
 wsutil/CMakeLists.txt  |  1 +
 6 files changed, 23 insertions(+), 11 deletions(-)