[neon/kde/kdepim-runtime/Neon/stable] debian/patches: fix_boost_cmake.patch
Carlos De Maine
null at kde.org
Sun Nov 9 11:25:52 GMT 2025
Git commit 09ab6db6eb43ef9da420032471d64773cdb50685 by Carlos De Maine.
Committed on 09/11/2025 at 11:25.
Pushed by carlosdem into branch 'Neon/stable'.
fix_boost_cmake.patch
A +13 -0 debian/patches/fix_boost_cmake.patch
M +2 -1 debian/patches/series
https://invent.kde.org/neon/kde/kdepim-runtime/-/commit/09ab6db6eb43ef9da420032471d64773cdb50685
diff --git a/debian/patches/fix_boost_cmake.patch b/debian/patches/fix_boost_cmake.patch
new file mode 100644
index 0000000..9c46bf7
--- /dev/null
+++ b/debian/patches/fix_boost_cmake.patch
@@ -0,0 +1,13 @@
+diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt
+index 56e230abe623c110fa362716704de8d04baae141..8dba4ac8314c0c4f4b454683e864a4aa58e8e19e 100644
+--- a/resources/CMakeLists.txt
++++ b/resources/CMakeLists.txt
+@@ -43,7 +43,7 @@ add_subdirectory(imap)
+ if(Libkolabxml_FOUND)
+ # The boost-provided CMake files are unreliable
+ set(Boost_NO_BOOST_CMAKE ON)
+- find_package(Boost MODULE REQUIRED COMPONENTS atomic thread system)
++ find_package(Boost MODULE REQUIRED COMPONENTS atomic thread)
+ unset(Boost_NO_BOOST_CMAKE)
+ add_subdirectory(kolab)
+ endif()
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 4f32b20..7198584 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-imap_avoid_doing_search.diff
\ No newline at end of file
+imap_avoid_doing_search.diff
+fix_boost_cmake.patch
\ No newline at end of file
More information about the Neon-commits
mailing list