diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 14:16:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 15:26:36 +0000 |
commit | 7c64fb42e5b21457dcb1bcd5b528db94e37a754e (patch) | |
tree | 905847e19d011f8caca44d070eb6fbd3c6f138cb | |
parent | wip: control (diff) | |
download | netdata-7c64fb42e5b21457dcb1bcd5b528db94e37a754e.tar.xz netdata-7c64fb42e5b21457dcb1bcd5b528db94e37a754e.zip |
wip: rules
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index f5ceed2bd..45164d635 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed dh ${@} override_dh_auto_configure: -# Netdata Cloud support (ACLK) -# Netdata Cloud by default at runtime # metric collectors written in Go # H2O web server (experimental) # eBPF programs for kernels without BTF support @@ -27,8 +25,6 @@ override_dh_auto_configure: # Linux eBPF metric collection # Xen domain monitoring dh_auto_configure -- \ - -DENABLE_ACLK:BOOL=OFF \ - -DENABLE_CLOUD:BOOL=OFF \ -DENABLE_PLUGIN_GO:BOOL=OFF \ -DENABLE_H2O:BOOL=OFF \ -DENABLE_LEGACY_EBPF_PROGRAMS:BOOL=OFF \ |