]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: avoid future-deprecated feature
authorKarel Zak <kzak@redhat.com>
Wed, 28 Feb 2024 11:21:56 +0000 (12:21 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 28 Feb 2024 11:21:56 +0000 (12:21 +0100)
Based on b837ab02711d1a9352232ed2ba6ffbd47c201446

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

index fe2ae4a41d031b8361ff8ee252ba916f87fc8732..7acf9d4fcadbb245b989a280d5e2feb4388fe0d5 100644 (file)
@@ -222,5 +222,5 @@ option('vendordir',
 option('pamlibdir', type : 'string',
        description : 'directory for PAM modules')
 option('lastlog-compat-symlink', type : 'boolean',
-       value : 'false',
+       value : false,
        description : 'create lastlog compat symlink')