From e407fac85ce51e652c7cd4fd422c788aa3f5f0cf Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Fri, 18 Jan 2013 12:08:46 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- package/lvm2/lvm2.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/lvm2') 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. -- cgit v1.2.3