Skip to content

Commit

Permalink
Build FreeIPMI support in Netdata
Browse files Browse the repository at this point in the history
This commit makes sure we build freeipmi support in netdata by setting freeipmi option.
Ticket: #66387
  • Loading branch information
sonicaj committed Jan 15, 2019
1 parent 7c6c482 commit 48e3486
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build/profiles/fn_head/ports-system.pyd
Expand Up @@ -387,7 +387,10 @@ ports += "security/vault"
ports += "www/minio"
ports += "www/minio-client"
ports += "misc/mmv"
ports += "net-mgmt/netdata"
ports += {
"name": "net-mgmt/netdata",
"options": ["OPTIONS_FILE_SET+=FREEIPMI"]
}
ports += "misc/mbuffer"
ports += "devel/git-lite"
ports += "sysutils/zfs-stats-lite"
Expand Down
5 changes: 4 additions & 1 deletion build/profiles/freenas/ports-system.pyd
Expand Up @@ -382,7 +382,10 @@ ports += "sysutils/ipfs-go"
ports += "www/minio"
#ports += "www/minio-client"
ports += "misc/mmv"
ports += "net-mgmt/netdata"
ports += {
"name": "net-mgmt/netdata",
"options": ["OPTIONS_FILE_SET+=FREEIPMI"]
}
ports += "misc/mbuffer"
ports += "devel/git-lite"
ports += "sysutils/zfs-stats-lite"
Expand Down

0 comments on commit 48e3486

Please sign in to comment.