Browse Source

Include libatomic twice to allow protobuf to resolve (#11917)

Emmanuel Vasilakis 3 years ago
parent
commit
fcdac8f5d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile.am

+ 2 - 1
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