package: flag essential components as nonshared
authorJo-Philipp Wich <jo@mein.io>
Wed, 6 Apr 2016 20:38:47 +0000 (22:38 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 6 Apr 2016 20:38:47 +0000 (22:38 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/base-files/Makefile
package/kernel/linux/Makefile
package/libs/toolchain/Makefile
package/system/opkg/Makefile
package/system/procd/Makefile

index 691ad517a73921965630a3ec3cc13292e84d684f..2bc4d15ca4a6629f282c31bcfb365bf04d3bc4f1 100644 (file)
@@ -12,6 +12,7 @@ include $(INCLUDE_DIR)/version.mk
 
 PKG_NAME:=base-files
 PKG_RELEASE:=168
+PKG_FLAGS:=nonshared
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
 PKG_BUILD_DEPENDS:=usign/host
index 05b0b5e88066f57623c51401f2a30524b6243975..d85ce49387e08c226bb94aa8ceb804f5375f19dd 100644 (file)
@@ -49,6 +49,7 @@ define Package/kernel
   TITLE:=Virtual kernel package
   VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)-$(LINUX_VERMAGIC)
   URL:=http://www.kernel.org/
+  PKG_FLAGS:=nonshared
 endef
 
 define Package/kernel/install
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
 
 
index d8cce2a8f2916143610aca2196bb9c96a38e61b9..01a7d796de5f549706e909a6faea801539d2ba14 100644 (file)
@@ -28,6 +28,7 @@ PKG_LICENSE_FILES:=COPYING
 
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
 
+PKG_FLAGS := nonshared
 PKG_CONFIG_DEPENDS := CONFIG_SIGNED_PACKAGES
 
 PKG_BUILD_PARALLEL:=1
index 294985c65e69daa8005185b967a4b428c67a5174..0bf093f26165bc73bd882cf3896feeb4d4857008 100644 (file)
@@ -24,6 +24,8 @@ PKG_LICENSE_FILES:=
 
 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
 
+PKG_FLAGS:=nonshared
+
 PKG_CONFIG_DEPENDS:= \
        CONFIG_TARGET_INIT_PATH CONFIG_KERNEL_SECCOMP \
        CONFIG_NAND_SUPPORT CONFIG_PROCD_SHOW_BOOT CONFIG_PROCD_ZRAM_TMPFS \