[neon/kde/kdepim-runtime/Neon/stable] debian/patches: revert_boost_1_1_9_fix.diff

Carlos De Maine null at kde.org
Thu Nov 13 12:26:03 GMT 2025


Git commit a07b71688e6897b0c80999165b4974dfb9ad733a by Carlos De Maine.
Committed on 13/11/2025 at 12:26.
Pushed by carlosdem into branch 'Neon/stable'.

revert_boost_1_1_9_fix.diff

A  +13   -0    debian/patches/revert_boost_1_1_9_fix.diff
M  +2    -1    debian/patches/series

https://invent.kde.org/neon/kde/kdepim-runtime/-/commit/a07b71688e6897b0c80999165b4974dfb9ad733a

diff --git a/debian/patches/revert_boost_1_1_9_fix.diff b/debian/patches/revert_boost_1_1_9_fix.diff
new file mode 100644
index 0000000..85087ca
--- /dev/null
+++ b/debian/patches/revert_boost_1_1_9_fix.diff
@@ -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)
++    find_package(Boost MODULE REQUIRED COMPONENTS atomic thread system)
+     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..8009169 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
+revert_boost_1_1_9_fix.diff


More information about the Neon-commits mailing list