summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2021-12-23 10:00:26 +0200
committerGitHub <noreply@github.com>2021-12-23 10:00:26 +0200
commitfcdac8f5d0c5edd156ebd4c15d7cd2c7abee62ff (patch)
tree23f32ad2f6b1f227a47e4c885a5711b97a9a59cc /Makefile.am
parent8a2cc9b6ae3e922851b895b2d08802b37ee175fd (diff)
Include libatomic twice to allow protobuf to resolve (#11917)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b1c7a31af..5d7743c407 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -996,7 +996,8 @@ netdata_LDADD = \
if ACLK_NG
netdata_LDADD += $(OPTIONAL_PROTOBUF_LIBS) \
- $(NULL)
+ $(OPTIONAL_ATOMIC_LIBS) \
+ $(NULL)
endif
if ENABLE_ML_TESTS