Browse Source

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.
stable/0.2
Christian Wiese 14 years ago
parent
commit
454b2629f5
  1. 3
      base/lvm2/lvm2.conf

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

Loading…
Cancel
Save