From: Markham Date: Wed, 12 Jun 2019 19:26:12 +0000 (+0200) Subject: next fix mtd-utils for host X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=111b9bf804e8276490f469dc3ce9f08693806e79;p=bs-cst-neutrino-hd.git next fix mtd-utils for host --- diff --git a/make/bootstrap.mk b/make/bootstrap.mk index 900a2e4..4fa4cce 100755 --- a/make/bootstrap.mk +++ b/make/bootstrap.mk @@ -111,11 +111,13 @@ $(D)/host_mtd-utils: $(ARCHIVE)/mtd-utils-$(HOST_MTD_UTILS_VER).tar.bz2 $(REMOVE)/mtd-utils-$(HOST_MTD_UTILS_VER) $(UNTAR)/mtd-utils-$(HOST_MTD_UTILS_VER).tar.bz2 set -e; cd $(BUILD_TMP)/mtd-utils-$(HOST_MTD_UTILS_VER); \ + export PKG_CONFIG=/usr/bin/pkg-config; \ ./configure \ --mandir=/.remove \ --enable-silent-rules \ --disable-tests \ --without-xattr \ + --without-ubifs \ --without-lzo \ ; \ $(MAKE); \