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(-)