summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/link-boost-atomic.patch11
-rw-r--r--debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/link-boost-atomic.patch b/debian/patches/link-boost-atomic.patch
new file mode 100644
index 0000000..c459b60
--- /dev/null
+++ b/debian/patches/link-boost-atomic.patch
@@ -0,0 +1,11 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -64,7 +64,7 @@
+ ENDIF()
+ set(Boost_USE_MULTITHREADED ON)
+ set(Boost_USE_STATIC_RUNTIME OFF)
+-FIND_PACKAGE(Boost 1.41.0 COMPONENTS thread unit_test_framework program_options system filesystem date_time REQUIRED)
++FIND_PACKAGE(Boost 1.41.0 COMPONENTS thread unit_test_framework program_options system filesystem date_time atomic REQUIRED)
+ IF(NOT Boost_FOUND)
+ MESSAGE(FATAL_ERROR "Boost not found!")
+ ENDIF()
diff --git a/debian/patches/series b/debian/patches/series
index c572640..9b496d1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+link-boost-atomic.patch
04-fix-missing-IUCLC.patch
01-include-cstdint
02-try-fixing-FTBFS-under-hurd-i386-kfreebsd-amd64-kfre