diff mbox

[v3,4/5] lvm2: Install devmapper.pc to staging/target pkgconfig directory.

Message ID 1358546927-25707-5-git-send-email-marek.belisko@open-nandra.com
State Accepted
Headers show

Commit Message

Marek Belisko Jan. 18, 2013, 10:08 p.m. UTC
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>
---
 package/lvm2/lvm2.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Feb. 3, 2013, 2:21 p.m. UTC | #1
>>>>> "Marek" == Marek Belisko <marek.belisko@open-nandra.com> writes:

 Marek> Without this change if some package which have dependency on
 Marek> device mapper and use pkgconfig to check version always fail to
 Marek> find library because devmapper.pc file wasn't installed.

Committed, thanks.
diff mbox

Patch

diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 52326ea..f54caa4 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.