File: static%2Bshared_lib.patch

package info (click to toggle)
pbcopper 2.3.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,996 kB
  • sloc: ansic: 164,688; cpp: 53,414; sh: 184; makefile: 22
file content (15 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: 2020-05-26
Description: Enable building shared and static lib
Forwarded: not-needed

--- a/meson.build
+++ b/meson.build
@@ -8,6 +8,7 @@ project(
     'cpp_std=c++20',
     'c_std=c17',
     'b_ndebug=if-release'],
+  default_options : ['default_library=both'],
   license : 'BSD-3',
   meson_version : '>= 0.57.0')