package: flag essential components as nonshared
[openwrt/staging/florian.git] / package / libs / toolchain / Makefile
index 120193ad50e3d0268356d31fa46a4571f33dafcc..8efaef8cedbf10c452dd9f7eb6ac3eb212af573e 100644 (file)
@@ -139,7 +139,7 @@ define Package/libc/Default
   VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
   DEPENDS:=+libgcc
   URL:=$(LIBC_URL)
-  PKG_FLAGS:=hold essential
+  PKG_FLAGS:=hold essential nonshared
 endef