[Pkg-running-devel] [antpm] 02/02: debian: add patch to fix linking

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Sat Aug 9 13:18:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch master
in repository antpm.

commit 4281e362ab405be54bfe13be4ac8146eb0184291
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Aug 9 14:58:52 2014 +0200

    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(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list