lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 423c2e2a65307d034bf76612c55826ba6c86f2b5
parent abd52120531da94b6424d3bf49155e8c68b278d1
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Mon,  3 Oct 2016 12:42:05 +0300

Merge pull request #3258 from diizzyy/patch-9

netdata: disable atomic instructions
Diffstat:
Madmin/netdata/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/admin/netdata/Makefile b/admin/netdata/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk 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 @@ -22,6 +22,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_INSTALL:=1 PKG_FIXUP:=autoreconf +TARGET_CFLAGS+= -DNETDATA_NO_ATOMIC_INSTRUCTIONS=1 + include $(INCLUDE_DIR)/package.mk define Package/netdata