summaryrefslogtreecommitdiff
path: root/src/shared/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-07 11:49:36 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-09 09:20:34 +0100
commit08221c5743490f4a14f05767aa45de25a1827817 (patch)
treeb2f8c83be93dd90caf6376fcbfb19f80b183bda6 /src/shared/meson.build
parent3ca4ec20120a88de815200400607e679df7f0783 (diff)
downloadsystemd-08221c5743490f4a14f05767aa45de25a1827817.tar.gz
shared: make libmount_parse() non-inline
Back in e2857b3d87306d93f0fba526f3e79f4f6806fb02 I added this function as static inline in order to avoid linking libmount into libshared. Nevertheless, a dependency on libmount was added to libbasic in 9e7f941acb0d8fe7a31eec7826ff2c9c6af7044f, and later moved to libshared in 77c772f227d866331560a8d0487fba12dd128dd4. So the shenanigan with an inline function is not useful, let's make it a normal function.
Diffstat (limited to 'src/shared/meson.build')
-rw-r--r--src/shared/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/meson.build b/src/shared/meson.build
index bdf1701ba9..5f66b865de 100644
--- a/src/shared/meson.build
+++ b/src/shared/meson.build
@@ -193,6 +193,7 @@ shared_sources = files(
'libcrypt-util.h',
'libfido2-util.c',
'libfido2-util.h',
+ 'libmount-util.c',
'libmount-util.h',
'linux/auto_dev-ioctl.h',
'linux/bpf.h',