aports/community/basu/allow-both-shared-and-static-lib.patch
2021-09-17 01:40:48 +02:00

14 lines
344 B
Diff

See https://mesonbuild.com/Build-targets.html
--- a/meson.build
+++ b/meson.build
@@ -304,7 +304,7 @@
endforeach
libsystemd_sym_path = '@0@/@1@'.format(meson.current_source_dir(), libsystemd_sym)
-libsystemd = shared_library(
+libsystemd = library(
'basu',
soversion : soversion,
include_directories : includes,