summaryrefslogtreecommitdiff
path: root/debian/patches/0002-Don-t-use-static-boost.patch
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-04-21 11:20:34 +0200
committerGard Spreemann <gspreemann@gmail.com>2017-04-21 14:02:51 +0200
commitceb350bc51f7162c763de072a65745bf58c82cc0 (patch)
tree5e312a49dd1094fac5cfee177a3ce3f587a4625c /debian/patches/0002-Don-t-use-static-boost.patch
parentceb7b895f38b91c78c72fab597952e293fb6fab7 (diff)
Remove old patches.
Diffstat (limited to 'debian/patches/0002-Don-t-use-static-boost.patch')
-rw-r--r--debian/patches/0002-Don-t-use-static-boost.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/0002-Don-t-use-static-boost.patch b/debian/patches/0002-Don-t-use-static-boost.patch
deleted file mode 100644
index 44ca1ac3..00000000
--- a/debian/patches/0002-Don-t-use-static-boost.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Gard Spreemann <gspreemann@gmail.com>
-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)
-