From dc5ba0a48a489424c1c6b2b8509e229c17dc745a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 19 Jan 2017 09:18:57 +0100 Subject: packages: mark packages depending on a target as nonshared The packages can't be build as shared packages due to the unmet dependencies. Fixes FS#418. Signed-off-by: Mathias Kresin --- package/boot/rbcfg/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/boot/rbcfg') diff --git a/package/boot/rbcfg/Makefile b/package/boot/rbcfg/Makefile index 7ba3d932b0..412f7ab11a 100644 --- a/package/boot/rbcfg/Makefile +++ b/package/boot/rbcfg/Makefile @@ -12,6 +12,8 @@ PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk define Package/rbcfg -- cgit v1.2.3