Skip to content

Commit

Permalink
Clean up reference to old ENABLE_ACLK option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed May 1, 2024
1 parent 03e54ec commit 4eb7b38
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion contrib/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_PREFIX=/ \
-DWEB_DIR=/var/lib/netdata/www \
-DCMAKE_C_FLAGS='-ffile-prefix-map=${SRC_DIR}=${SRC_DIR}' \
-DENABLE_ACLK=On \
-DENABLE_CLOUD=On \
-DENABLE_DBENGINE=On \
-DENABLE_H2O=On \
Expand Down
1 change: 0 additions & 1 deletion netdata.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ happened, on your systems and applications.
%else
-DENABLE_EXPORTER_MONGODB=Off \
%endif
-DENABLE_ACLK=On \
-DENABLE_CLOUD=On \
-DENABLE_DBENGINE=On \
-DENABLE_H2O=On \
Expand Down
1 change: 0 additions & 1 deletion packaging/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ add_cmake_option() {

add_cmake_option CMAKE_BUILD_TYPE RelWithDebInfo
add_cmake_option CMAKE_INSTALL_PREFIX /
add_cmake_option ENABLE_ACLK On
add_cmake_option ENABLE_CLOUD On
add_cmake_option ENABLE_DBENGINE On
add_cmake_option ENABLE_H2O On
Expand Down
1 change: 0 additions & 1 deletion packaging/installer/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ prepare_cmake_options() {
enable_feature PLUGIN_LOGS_MANAGEMENT "${ENABLE_LOGS_MANAGEMENT:-0}"
enable_feature LOGS_MANAGEMENT_TESTS "${ENABLE_LOGS_MANAGEMENT_TESTS:-0}"

enable_feature ACLK "${ENABLE_CLOUD:-1}"
enable_feature CLOUD "${ENABLE_CLOUD:-1}"
enable_feature BUNDLED_JSONC "${NETDATA_BUILD_JSON_C:-0}"
enable_feature DBENGINE "${ENABLE_DBENGINE:-1}"
Expand Down

0 comments on commit 4eb7b38

Please sign in to comment.