File: shared%2Bstatic_lib.patch

package info (click to toggle)
btllib 1.4.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,340 kB
  • sloc: cpp: 61,642; sh: 301; python: 222; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille
Last-Update: 2022-10-05
Description: Attempt to also create shared library following the example of pbcopper but failed thus deactivated

--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('btllib', 'cpp',
         version : '1.4.9',
         license : 'GPL3',
-        default_options : [ 'cpp_std=c++11', 'warning_level=3', 'werror=false' ],
+        default_options : [ 'cpp_std=c++11', 'warning_level=3', 'werror=false', 'default_library=both' ],
         meson_version : '>= 0.60.0')
 
 # Configuration