From: Jo-Philipp Wich Date: Fri, 22 Apr 2016 10:20:47 +0000 (+0200) Subject: package: fix toolchain ipk flags X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=9531e0fce5766f412b8aefb97ee7d94f36fa9507;hp=d9ad55a6091eb5de77095f6217578396fc7a938b package: fix toolchain ipk flags Signed-off-by: Jo-Philipp Wich --- diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile index 8efaef8ced..b614db87a8 100644 --- a/package/libs/toolchain/Makefile +++ b/package/libs/toolchain/Makefile @@ -12,6 +12,8 @@ PKG_RELEASE:=1 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=GPL-3.0-with-GCC-exception +PKG_FLAGS:=hold essential nonshared + include $(INCLUDE_DIR)/package.mk ifneq ($(DUMP),1) @@ -139,7 +141,6 @@ define Package/libc/Default VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE) DEPENDS:=+libgcc URL:=$(LIBC_URL) - PKG_FLAGS:=hold essential nonshared endef