void-packages/srcpkgs/wireshark/patches/install-pkgconfig.patch
Đoàn Trần Công Danh d7a53eb6c4 wireshark: update to 4.4.2.
2025-01-04 21:04:03 +07:00

32 lines
817 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4126,7 +4126,6 @@ set(SHARK_PUBLIC_HEADERS
install(FILES ${SHARK_PUBLIC_HEADERS}
DESTINATION ${PROJECT_INSTALL_INCLUDEDIR}
COMPONENT "Development"
- EXCLUDE_FROM_ALL
)
# Install icons and other desktop files for Freedesktop.org-compliant desktops.
@@ -4180,7 +4179,6 @@ endif()
install(FILES "${CMAKE_BINARY_DIR}/resources/wireshark.pc"
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
COMPONENT "Development"
- EXCLUDE_FROM_ALL
)
install(
@@ -4254,13 +4252,11 @@ install(
${WIRESHARK_INSTALL_CMAKEDIR}
COMPONENT
"Development"
- EXCLUDE_FROM_ALL
)
install(EXPORT WiresharkTargets
DESTINATION ${WIRESHARK_INSTALL_CMAKEDIR}
COMPONENT "Development"
- EXCLUDE_FROM_ALL
)
# This isn't strictly needed but it makes working around debhelper's