summaryrefslogtreecommitdiffstats
path: root/packaging/makeself
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-12-29 15:01:06 +0200
committerGitHub <noreply@github.com>2023-12-29 15:01:06 +0200
commit7d36ac19465d508873a15e9e94a00a733dc47314 (patch)
treeebdf40ce46d0c4f3482099547e9b91c9520d7669 /packaging/makeself
parentcaf27215d1087f3ee77b1e6376b4bba7f80ecd65 (diff)
add --disable-logsmanagement when building static (#16684)
Diffstat (limited to 'packaging/makeself')
-rwxr-xr-xpackaging/makeself/jobs/70-netdata-git.install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/makeself/jobs/70-netdata-git.install.sh b/packaging/makeself/jobs/70-netdata-git.install.sh
index 83d28bf879..0373599a93 100755
--- a/packaging/makeself/jobs/70-netdata-git.install.sh
+++ b/packaging/makeself/jobs/70-netdata-git.install.sh
@@ -36,6 +36,7 @@ run ./netdata-installer.sh \
--use-system-protobuf \
--dont-scrub-cflags-even-though-it-may-break-things \
--one-time-build \
+ --disable-logsmanagement \
--enable-lto
# shellcheck disable=SC2015