Skip to content

Commit c04f3de

Browse files
committed
meson: Change default of 'selinux' feature option to auto
There is really no reason for selinux to behave differently than other options. Reviewed-by: Peter Eisentraut <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent 3c44e7d commit c04f3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ option('tcl_version', type: 'string', value: 'tcl',
136136
option('readline', type: 'feature', value: 'auto',
137137
description: 'Use GNU Readline or BSD Libedit for editing')
138138

139-
option('selinux', type: 'feature', value: 'disabled',
139+
option('selinux', type: 'feature', value: 'auto',
140140
description: 'SELinux support')
141141

142142
option('ssl', type: 'combo', choices: ['auto', 'none', 'openssl'],

0 commit comments

Comments
 (0)