2017-01-06 01:37:00 +08:00
|
|
|
option('disable-mtab', type : 'boolean', value : false,
|
|
|
|
description: 'Disable and ignore usage of /etc/mtab')
|
2017-10-19 20:09:06 +08:00
|
|
|
|
|
|
|
option('udevrulesdir', type : 'string', value : '',
|
2018-08-31 19:38:26 +08:00
|
|
|
description: 'Where to install udev rules (if empty, query pkg-config(1))')
|
2018-09-07 07:07:19 +08:00
|
|
|
|
2022-07-17 06:15:42 +08:00
|
|
|
option('initscriptdir', type : 'string', value : '/etc/init.d/',
|
|
|
|
description: 'Init script installation location (if empty, disable init script installation)')
|
|
|
|
|
2018-09-07 07:07:19 +08:00
|
|
|
option('utils', type : 'boolean', value : true,
|
2019-07-04 16:01:19 +08:00
|
|
|
description: 'Whether or not to build and install helper programs')
|
2018-09-07 07:07:19 +08:00
|
|
|
|
|
|
|
option('examples', type : 'boolean', value : true,
|
2019-07-04 16:01:19 +08:00
|
|
|
description: 'Whether or not to build example programs')
|
|
|
|
|
|
|
|
option('useroot', type : 'boolean', value : true,
|
|
|
|
description: 'Set owner and setuid bits on installed files')
|
|
|
|
|
2021-06-09 16:07:25 +08:00
|
|
|
option('tests', type : 'boolean', value : true,
|
|
|
|
description: 'Compile the test files')
|
|
|
|
|
2023-01-03 05:53:54 +08:00
|
|
|
option('disable-libc-symbol-version', type : 'boolean', value : false,
|
|
|
|
description: 'Disable versioned symbols through libc')
|
|
|
|
|