]> git.ipfire.org Git - thirdparty/systemd.git/commit
libmount-util: build .c only if libmount feature is enabled 39884/head
authorMike Yuan <me@yhndnzj.com>
Tue, 25 Nov 2025 02:26:10 +0000 (03:26 +0100)
committerMike Yuan <me@yhndnzj.com>
Wed, 26 Nov 2025 01:40:28 +0000 (02:40 +0100)
commit38b59a83d2caee6cede2d6946c4cc11ee54efea8
treeb30425818da3ca952d728e63f187a7fc0945f6ab
parent46b4b33c256b918652d5e0b1b5ec376b598111f6
libmount-util: build .c only if libmount feature is enabled

Follow-up for 7336f2c748fd37a60a3f5353ad198c1534d6cb5f

This alignes with some other optional modules in shraed/,
and it allows dlopen_libmount() to be optimized out entirely.
Let's avoid emitting pointless symbols.
src/shared/libmount-util.c
src/shared/libmount-util.h
src/shared/meson.build