diff options
-rw-r--r-- | package/lvm2/lvm2.mk | 2 |
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) |