From b2ef701685b7d19fbaac1529a0bc553da9e29308 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 7 Feb 2017 17:39:51 +0100 Subject: Initial Debian packaging as uploaded to mentors.debian.net. --- debian/patches/0002-Don-t-use-static-boost.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/0002-Don-t-use-static-boost.patch (limited to 'debian/patches/0002-Don-t-use-static-boost.patch') diff --git a/debian/patches/0002-Don-t-use-static-boost.patch b/debian/patches/0002-Don-t-use-static-boost.patch new file mode 100644 index 00000000..44ca1ac3 --- /dev/null +++ b/debian/patches/0002-Don-t-use-static-boost.patch @@ -0,0 +1,21 @@ +From: Gard Spreemann +Date: Fri, 14 Oct 2016 10:31:08 +0200 +Subject: Don't use static boost. + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index a1b39c3..0f349f8 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -65,7 +65,7 @@ else() + message("++ Release compilation flags are: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE}") + endif() + +- set(Boost_USE_STATIC_LIBS ON) ++ set(Boost_USE_STATIC_LIBS OFF) + set(Boost_USE_MULTITHREADED ON) + set(Boost_USE_STATIC_RUNTIME OFF) + -- cgit v1.2.3