Include libatomic twice to allow protobuf to resolve (#11917)
Emmanuel Vasilakis committed
Dec 23, 2021 at 10:00 UTC
fcdac8f5d0c5edd156ebd4c15d7cd2c7abee62ff
1 file changed
+2
-1
Makefile.am
+2
-1
@@ -996,7 +996,8 @@ netdata_LDADD = \
996
997
if ACLK_NG
998
netdata_LDADD += $(OPTIONAL_PROTOBUF_LIBS) \
999
- $(NULL)
999
+ $(OPTIONAL_ATOMIC_LIBS) \
1000
+ $(NULL)
1001
endif
1002
1003
if ENABLE_ML_TESTS