heaptrack: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:31 +07:00
parent 7d85ee4e10
commit 21294d8c9f
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/src/analyze/CMakeLists.txt
+++ b/src/analyze/CMakeLists.txt
@@ -2,7 +2,7 @@ if (ECM_FOUND)
include(ECMEnableSanitizers)
endif()
-find_package(Boost 1.41.0 REQUIRED COMPONENTS iostreams program_options system filesystem)
+find_package(Boost 1.41.0 REQUIRED COMPONENTS iostreams program_options filesystem)
configure_file(analyze_config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/analyze_config.h)

View file

@ -1,7 +1,7 @@
# Template file for 'heaptrack' # Template file for 'heaptrack'
pkgname=heaptrack pkgname=heaptrack
version=1.5.0 version=1.5.0
revision=2 revision=3
build_style=cmake build_style=cmake
configure_args="-DHEAPTRACK_BUILD_GUI=ON" configure_args="-DHEAPTRACK_BUILD_GUI=ON"
hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules kcoreaddons hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules kcoreaddons