]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: add hwclock-gplv3 option
authorKarel Zak <kzak@redhat.com>
Thu, 19 Mar 2026 12:44:16 +0000 (13:44 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Mar 2026 09:21:15 +0000 (10:21 +0100)
commit7a5ab62b82a92e540399dd3f6be3f85c241d2921
tree5674cf9e2ee6e5c0e57364878d7eb25635fcc104
parentafc4062f39cff730cc133ec1ff8450ec25886e2e
meson: add hwclock-gplv3 option

Add the missing hwclock-gplv3 option (default: true) to match
autotools --disable-hwclock-gplv3. Without the USE_HWCLOCK_GPLv3_DATETIME
define, meson builds used the minimalistic GPLv2 date parser even though
the GPLv3 parse-date.y was always compiled and linked.

Signed-off-by: Karel Zak <kzak@redhat.com>
meson.build
meson_options.txt