Browse Source

lvm2: improved to build shared command line library by default

stable/0.2
Christian Wiese 14 years ago
parent
commit
4a34023974
  1. 3
      base/lvm2/lvm2.conf

3
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'

Loading…
Cancel
Save