]> git.pld-linux.org Git - packages/wireshark.git/blob - cmake.patch
- fix cmake generated paths
[packages/wireshark.git] / cmake.patch
1 --- wireshark-3.0.0/CMakeLists.txt~     2019-02-28 18:56:38.000000000 +0100
2 +++ wireshark-3.0.0/CMakeLists.txt      2019-03-28 22:59:33.037351621 +0100
3 @@ -1473,7 +1473,7 @@
4  
5  set( prefix "${CMAKE_INSTALL_PREFIX}" )
6  set( exec_prefix "\${prefix}" )
7 -set( libdir "\${exec_prefix}/${CMAKE_INSTALL_LIBDIR}" )
8 +set( libdir "${CMAKE_INSTALL_LIBDIR}" )
9  set( includedir  "\${prefix}/include" )
10  set( plugindir "\${libdir}/wireshark/${PLUGIN_VERSION_DIR}" )
11  
This page took 0.089976 seconds and 3 git commands to generate.