summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-12-03 14:58:20 +0100
committerGitHub <noreply@github.com>2020-12-03 14:58:20 +0100
commit6dd16814a56d2ce96ab3c4c611a61e47f2f7b663 (patch)
tree38cdececafec3b424ca0acbcd8d268e7419931e8 /meson_options.txt
parent03d8ebb935fb989e03ec27065a16bf9b79a5816b (diff)
parentceedbf8185fc7593366679f02d31da63af8c4bd1 (diff)
downloadsystemd-6dd16814a56d2ce96ab3c4c611a61e47f2f7b663.tar.gz
Merge pull request #17079 from keszybz/late-exec-resolution
Resolve executable paths before execution, use fexecve()
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2435ccebd4..b50b0e9224 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -375,13 +375,15 @@ option('fuzz-tests', type : 'boolean', value : 'false',
option('install-tests', type : 'boolean', value : 'false',
description : 'install test executables')
-option('ok-color', type: 'combo',
+option('ok-color', type : 'combo',
choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan',
'white', 'highlight-black', 'highlight-red', 'highlight-green',
'highlight-yellow', 'highlight-blue', 'highlight-magenta',
'highlight-cyan', 'highlight-white'],
value : 'green',
description: 'color of the "OK" status message')
+option('fexecve', type : 'boolean', value : 'false',
+ description : 'use fexecve() to spawn children')
option('oss-fuzz', type : 'boolean', value : 'false',
description : 'build against oss-fuzz')