diff options
Diffstat (limited to 'package/systemd/patches/patch-meson_options_txt')
-rw-r--r-- | package/systemd/patches/patch-meson_options_txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/systemd/patches/patch-meson_options_txt b/package/systemd/patches/patch-meson_options_txt new file mode 100644 index 000000000..d1845921f --- /dev/null +++ b/package/systemd/patches/patch-meson_options_txt @@ -0,0 +1,11 @@ +--- systemd-236.orig/meson_options.txt 2017-12-14 23:09:57.000000000 +0100 ++++ systemd-236/meson_options.txt 2018-01-01 21:03:50.574757135 +0100 +@@ -284,7 +284,7 @@ option('bashcompletiondir', type : 'stri + option('zshcompletiondir', type : 'string', + description : 'directory for zsh completion scripts ["no" disables]') + +-option('tests', type : 'combo', choices : ['true', 'unsafe'], ++option('tests', type : 'combo', choices : ['true', 'unsafe', 'false'], + description : 'enable extra tests with =unsafe') + option('slow-tests', type : 'boolean', value : 'false', + description : 'run the slow tests by default') |