Browse Source

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 <[email protected]>
Jo-Philipp Wich 9 years ago
parent
commit
fb58cd2fed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/system/fstools/Makefile

+ 1 - 0
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 <[email protected]>