Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc04f3de

Browse files
committed
meson: Change default of 'selinux' feature option to auto
There is really no reason for selinux to behave differently than otheroptions.Reviewed-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/20231103211601.bgqx3cfq6pz2lmjw@awork3.anarazel.de
1 parent3c44e7d commitc04f3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎meson_options.txt

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp