From: Jo-Philipp Wich Date: Tue, 1 Nov 2016 08:50:39 +0000 (+0100) Subject: fstools: add build-depends on util-linux X-Git-Tag: v17.01.0-rc1~980 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=fb58cd2fed9f9f6caef061a892bb1811e3faa11d fstools: add build-depends on util-linux The libblkid probe support in fstools git head requires blkid/blkid.h for compilation, so add a build dependency on util-linux which provides libblkid. Signed-off-by: Jo-Philipp Wich --- diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index ef6b155f7e..785d680bf8 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -26,6 +26,7 @@ PKG_LICENSE_FILES:= PKG_USE_MIPS16:=0 PKG_FLAGS:=nonshared +PKG_BUILD_DEPENDS := util-linux PKG_CONFIG_DEPENDS := CONFIG_NAND_SUPPORT CONFIG_FSTOOLS_UBIFS_EXTROOT PKG_MAINTAINER:=John Crispin