The auto detection is a bit dodgy and sometimes fails to identify support, disable atomic instruction for now.
Fixes #3251 and bumps PKG_RELEASE
Signed-off-by: Daniel Engberg <redacted>
PKG_NAME:=netdata
PKG_VERSION:=1.3.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=Sebastian Careba <nitroshift@yahoo.com>
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=COPYING
PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
+TARGET_CFLAGS+= -DNETDATA_NO_ATOMIC_INSTRUCTIONS=1
+
include $(INCLUDE_DIR)/package.mk
define Package/netdata