ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 80b36cd: Fix plugin search path: It was relative inst

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 5 Nov 2014 20:08:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80b36cdbde90ac9639938a14e8fd90a79602666a
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

80b36cd by Joerg Mayer (jmayer@xxxxxxxxx):

    Fix plugin search path: It was relative instead of absolute, resulting
    in not found plugins (lib/wireshark/plugins/1.99.1).
    
    Change-Id: Ie81f3c4450789ff7e37c99e197b44e7df47d8df5
    Reviewed-on: https://code.wireshark.org/review/5149
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  547323b   Allow the environment variable RCC to set before running configure to allow for unusual paths for Qt's rcc program (FreeBSD ports puts it in /usr/local/lib/qt5/bin).  This matches the existing functionality of the MOC and UIC variables/programs.
    adds  80b36cd   Fix plugin search path: It was relative instead of absolute, resulting in not found plugins (lib/wireshark/plugins/1.99.1).


Summary of changes:
 CMakeLists.txt |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)