summaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-01-19 09:18:57 +0100
committerMathias Kresin <dev@kresin.me>2017-01-24 09:45:05 +0100
commitdc5ba0a48a489424c1c6b2b8509e229c17dc745a (patch)
tree9a2ef09cf24171a388038404514170a00439ba32 /package/boot/grub2/Makefile
parent36c13e592732770e42150da962daa664564443ca (diff)
downloadopenwrt-dc5ba0a48a489424c1c6b2b8509e229c17dc745a.tar.gz
openwrt-dc5ba0a48a489424c1c6b2b8509e229c17dc745a.tar.bz2
openwrt-dc5ba0a48a489424c1c6b2b8509e229c17dc745a.zip
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 <dev@kresin.me>
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r--package/boot/grub2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index 2742118671..ca94b1878a 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -25,6 +25,8 @@ PKG_BUILD_DEPENDS:=grub2/host
PKG_SSP:=0
+PKG_FLAGS:=nonshared
+
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk