From: Matthias Schiffer Date: Sun, 25 Sep 2016 20:44:36 +0000 (+0200) Subject: fstools: mark as nonshared and add missing PKG_CONFIG_DEPENDS X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Frmilecki.git;a=commitdiff_plain;h=b3dd642584db0570b4488db282415c3c74bdc26e fstools: mark as nonshared and add missing PKG_CONFIG_DEPENDS The fstools build depends on the CONFIG_NAND_SUPPORT flag, which is target-specific. Signed-off-by: Matthias Schiffer --- diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index 1254510f43c..bbd2e6d76ef 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -23,6 +23,9 @@ PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:= PKG_USE_MIPS16:=0 +PKG_FLAGS:=nonshared + +PKG_CONFIG_DEPENDS := CONFIG_NAND_SUPPORT CONFIG_FSTOOLS_UBIFS_EXTROOT PKG_MAINTAINER:=John Crispin