diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-17 21:52:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-26 08:54:55 +0000 |
commit | ace1533bcc913d3f9a096c0556a8bf3cbc3c5569 (patch) | |
tree | b8881d44a4a42bbadc24d4dc64283f65ae3f2170 | |
parent | Building with openssl, thanks to Pavel Nakonechnyi <pavel@gremwell.com> for t... (diff) | |
download | netdata-ace1533bcc913d3f9a096c0556a8bf3cbc3c5569.tar.xz netdata-ace1533bcc913d3f9a096c0556a8bf3cbc3c5569.zip |
Enabling nfacct plugin.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 8683e1906..4af4f0d7a 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,8 @@ Build-Depends: debhelper-compat (= 12), dh-apache2, libipmimonitoring-dev, + libmnl-dev, + libnetfilter-acct-dev, libssl-dev, pkg-config, uuid-dev, diff --git a/debian/rules b/debian/rules index 02c1d3bbe..a1c4ab051 100755 --- a/debian/rules +++ b/debian/rules @@ -50,6 +50,7 @@ override_dh_auto_configure: --enable-x86-sse \ --enable-https \ --enable-plugin-freeipmi \ + --enable-plugin-nfacct \ --with-math cp -a tests build-core cp -a web/gui/src build-core/web/gui @@ -60,6 +61,7 @@ ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES))) --disable-x86-sse \ --enable-https \ --enable-plugin-freeipmi \ + --enable-plugin-nfacct \ --with-math cp -a tests build-core-no-sse cp -a web/gui/src build-core-no-sse/web/gui |