summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-08-09 14:58:52 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-08-09 14:58:52 +0200
commit4281e362ab405be54bfe13be4ac8146eb0184291 (patch)
treeaee72a74feed9a5296944c70ceb90fc1fc3b3b69
parent2e70c61c90a207d285891c4a40289d7e9ab3d91a (diff)
debian: add patch to fix linking
Bug#757472 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757472
-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