summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2017-09-13 22:17:55 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-24 14:38:36 +0200
commitd9aec4d7ee98bab97d36aba76b73811f6e194762 (patch)
tree9170a069ae49d4be7020b1f3228eeb99713b6101
parent985fe64026c2b0ab72877f92636328cfb4433418 (diff)
downloadbuildroot-d9aec4d7ee98bab97d36aba76b73811f6e194762.tar.gz
buildroot-d9aec4d7ee98bab97d36aba76b73811f6e194762.zip
package/lvm2: add missing host-pkgconf dependency
configure.ac use PKG_CHECK_MODULES macro to find some libraries dependencies. So add host-pkgconf in LVM2_DEPENDENCIES. Fixes: checking pkg-config is at least version 0.9.0... ./configure: line 9875: [...]/host/bin/pkg-config: No such file or directory Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r--package/lvm2/lvm2.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 63ac109ca9..f7f706976f 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -21,6 +21,8 @@ LVM2_CONF_OPTS += \
--enable-dmeventd \
--disable-nls
+LVM2_DEPENDENCIES += host-pkgconf
+
# LVM2 uses autoconf, but not automake, and the build system does not
# take into account the toolchain passed at configure time.
LVM2_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
OpenPOWER on IntegriCloud