1 Star 0 Fork 1

mayue/iputils

forked from rogerbowu/iputils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson_options.txt 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
Petr Vorel 提交于 2022-08-11 18:07 . meson.txt: Fix typo
# Copyright (c) Iputils Project, 2017-2021
option('USE_CAP', type : 'boolean', value : true,
description : 'Capability support (with libcap)')
option('USE_IDN', type : 'boolean', value : true,
description : 'IDN support (with libidn2)')
option('BUILD_ARPING', type : 'boolean', value : true,
description : 'Build arping')
option('BUILD_CLOCKDIFF', type : 'boolean', value : true,
description : 'Build clockdiff')
option('BUILD_PING', type : 'boolean', value : true,
description : 'Build ping')
option('BUILD_TRACEPATH', type : 'boolean', value : true,
description : 'Build tracepath')
option('BUILD_MANS', type : 'boolean', value : true,
description : 'Build manuals')
option('BUILD_HTML_MANS', type : 'boolean', value : false,
description : 'Build html manuals')
option('NO_SETCAP_OR_SUID', type : 'boolean', value : true,
description : 'Disable setting setcap or setuid with build-aux/setcap-setuid.sh')
option('SETCAP_OR_SUID_ARPING', type : 'boolean', value : false,
description : 'Set setcap or setuid on arping with build-aux/setcap-setuid.sh')
option('SETCAP_OR_SUID_CLOCKDIFF', type : 'boolean', value : true,
description : 'Set setcap or setuid on clockdiff with build-aux/setcap-setuid.sh')
option('SETCAP_OR_SUID_PING', type : 'boolean', value : true,
description : 'Set setcap or setuid on ping with build-aux/setcap-setuid.sh')
option('ARPING_DEFAULT_DEVICE', type : 'string', value : '',
description : 'Default device for arping')
option('systemdunitdir', type: 'string', value: '',
description: 'Directory for systemd units')
option('INSTALL_SYSTEMD_UNITS', type: 'boolean', value: false,
description: 'Install generated systemd unit files')
option('USE_GETTEXT', type: 'boolean', value: true,
description: 'Enable I18N')
option('SKIP_TESTS', type: 'boolean', value: false,
description: 'Skip tests during build')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ma__yue/iputils.git
[email protected]:ma__yue/iputils.git
ma__yue
iputils
iputils
master

搜索帮助