Package: pbseqlib / 5.3.4+dfsg-3

static+shared_lib.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 13 Nov 2020 21:16:35 +0100
Description: Build static and shared library

--- a/meson.build
+++ b/meson.build
@@ -6,6 +6,7 @@ project(
     'buildtype=release',
     'warning_level=3',
     'cpp_std=c++14',
+    'default_library=both',
     'b_ndebug=false'],
   license : 'BSD-3',
   meson_version : '>= 0.46.0')