From 4281e362ab405be54bfe13be4ac8146eb0184291 Mon Sep 17 00:00:00 2001 From: "RALOVICH, Kristof" Date: Sat, 9 Aug 2014 14:58:52 +0200 Subject: debian: add patch to fix linking Bug#757472 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757472 --- debian/patches/link-boost-atomic.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/link-boost-atomic.patch 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 -- cgit v1.2.3