aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-11-01 09:50:39 +0100
committerJo-Philipp Wich <jo@mein.io>2016-11-01 09:52:03 +0100
commitfb58cd2fed9f9f6caef061a892bb1811e3faa11d (patch)
treee13e88ccb3545b1bec9eb1233f163891b402788b
parent8cc0c34ef550ac2f842fe6811d32ac01af69d19f (diff)
downloadupstream-fb58cd2fed9f9f6caef061a892bb1811e3faa11d.tar.gz
upstream-fb58cd2fed9f9f6caef061a892bb1811e3faa11d.tar.bz2
upstream-fb58cd2fed9f9f6caef061a892bb1811e3faa11d.zip
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 <jo@mein.io>
-rw-r--r--package/system/fstools/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <john@phrozen.org>