mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 14:30:18 +01:00
build: log system-ca-path configure setting in build scripts
This commit is contained in:
parent
56acdac152
commit
f8dcb3fc47
2 changed files with 2 additions and 0 deletions
|
|
@ -1330,6 +1330,7 @@ echo " nmlibdir: $nmlibdir"
|
|||
echo " nmdatadir: $nmdatadir"
|
||||
echo " nmstatedir: $nmstatedir"
|
||||
echo " nmrundir: $nmrundir"
|
||||
echo " system-ca-path: $with_system_ca_path"
|
||||
echo
|
||||
|
||||
echo "Platform:"
|
||||
|
|
|
|||
|
|
@ -985,6 +985,7 @@ output += ' nmstatedir: ' + nm_pkgstatedir + '\n'
|
|||
output += ' nmrundir: ' + nm_pkgrundir + '\n'
|
||||
output += ' nmvpndir: ' + nm_vpndir + '\n'
|
||||
output += ' nmplugindir: ' + nm_plugindir + '\n'
|
||||
output += ' system-ca-path: ' + system_ca_path + '\n'
|
||||
output += '\nPlatform:\n'
|
||||
output += ' session tracking: ' + ','.join(session_trackers) + '\n'
|
||||
output += ' suspend/resume: ' + suspend_resume + '\n'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue