diff options
author | Mathias Kresin <dev@kresin.me> | 2017-01-19 09:18:57 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-01-24 19:59:55 +0100 |
commit | 806d3cc2c30f5c206e4b9c3976c0bb8761da42b4 (patch) | |
tree | a60431da872306a72bf637b2d14a684f840ec0b2 /package/boot/grub2/Makefile | |
parent | f6de4a5025c758e05e53eb12f477a6dd27e4c42e (diff) | |
download | mtk-20170518-806d3cc2c30f5c206e4b9c3976c0bb8761da42b4.zip mtk-20170518-806d3cc2c30f5c206e4b9c3976c0bb8761da42b4.tar.gz mtk-20170518-806d3cc2c30f5c206e4b9c3976c0bb8761da42b4.tar.bz2 |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 2742118..ca94b18 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 |