From 454b2629f53245275ec29c2b638e5ef5d3a7b2d6 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 15 Apr 2011 11:08:48 +0200 Subject: [PATCH] lvm2: improved to build/install the application library Note: The initial reason for enabling this feature is, that the new udisks package is needing this library for its lvm2 support. --- base/lvm2/lvm2.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/lvm2/lvm2.conf b/base/lvm2/lvm2.conf index f20b7ba4d..d36133d73 100644 --- a/base/lvm2/lvm2.conf +++ b/base/lvm2/lvm2.conf @@ -50,6 +50,9 @@ if pkginstalled pkgconfig; then var_append extraconfopt ' ' '--enable-pkgconfig' fi +# build application library +var_append extraconfopt ' ' '--enable-applib' + # build shared command library var_append extraconfopt ' ' '--enable-cmdlib'