From 4a34023974b2e8439fe64edbc3c00da601fe93c3 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 20 Mar 2011 01:16:11 +0100 Subject: [PATCH] lvm2: improved to build shared command line library by default --- base/lvm2/lvm2.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/lvm2/lvm2.conf b/base/lvm2/lvm2.conf index 848359710..e1f40f86d 100644 --- a/base/lvm2/lvm2.conf +++ b/base/lvm2/lvm2.conf @@ -49,3 +49,6 @@ fi if pkginstalled pkgconfig; then var_append extraconfopt ' ' '--enable-pkgconfig' fi + +# build shared command library +var_append extraconfopt ' ' '--enable-cmdlib'