[Pkg-running-devel] [antpm] 01/03: cmake: don't static link boost

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Oct 18 08:17:03 UTC 2016


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

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

commit 452d1872a6568b0b14ffb82344573358c0fad221
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Mon Oct 17 19:11:06 2016 +0200

    cmake: don't static link boost
---
 debian/patches/02-boost-dyn-link | 11 +++++++++++
 debian/patches/series            |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/02-boost-dyn-link b/debian/patches/02-boost-dyn-link
new file mode 100644
index 0000000..2912e37
--- /dev/null
+++ b/debian/patches/02-boost-dyn-link
@@ -0,0 +1,11 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -9,7 +9,7 @@ PROJECT(antpm C CXX)
+ 
+ OPTION(USE_COVERAGE "use gcov" FALSE)
+ OPTION(USE_BOOST_TEST "use boost::test" FALSE)
+-OPTION(USE_BOOST_STATIC_LINK "link statically against boost" TRUE)
++OPTION(USE_BOOST_STATIC_LINK "link statically against boost" FALSE)
+ IF(MSVC)
+   OPTION(USE_GANT "build gant" FALSE)
+ ELSE()
diff --git a/debian/patches/series b/debian/patches/series
index 67f9505..a984da3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+02-boost-dyn-link
 01-include-cstdint

-- 
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