summaryrefslogtreecommitdiffstats
path: root/package/lvm2
diff options
context:
space:
mode:
authorMarek Belisko <marek.belisko@open-nandra.com>2013-01-18 12:08:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-02 17:42:31 +0100
commite407fac85ce51e652c7cd4fd422c788aa3f5f0cf (patch)
treec8053b0d09fbfe58351a5c9d6b928dadfd985b35 /package/lvm2
parent1382af876b1f5d89201c1b96116b0814990a8dba (diff)
downloadbuildroot-novena-e407fac85ce51e652c7cd4fd422c788aa3f5f0cf.tar.gz
buildroot-novena-e407fac85ce51e652c7cd4fd422c788aa3f5f0cf.zip
lvm2: Install devmapper.pc to staging/target pkgconfig directory.
Without this change if some package which have dependency on device mapper and use pkgconfig to check version always fail to find library because devmapper.pc file wasn't installed. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/lvm2')
-rw-r--r--package/lvm2/lvm2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 52326eae6..f54caa44d 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -21,7 +21,7 @@ LVM2_BINS = \
# Make sure that binaries and libraries are installed with write
# permissions for the owner.
-LVM2_CONF_OPT += --enable-write_install
+LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig
# LVM2 uses autoconf, but not automake, and the build system does not
# take into account the CC passed at configure time.