Browse Source

lvm2: improved to install pkgconfig support files if pkgconfig is installed

stable/0.2
Christian Wiese 14 years ago
parent
commit
fec5c5a359
  1. 5
      base/lvm2/lvm2.conf

5
base/lvm2/lvm2.conf

@ -44,3 +44,8 @@ export STRIP=
if ! pkginstalled readline; then
var_append extraconfopt ' ' '--disable-readline'
fi
# install pkgconfig support
if pkginstalled pkgconfig; then
var_append extraconfopt ' ' '--enable-pkgconfig'
fi

Loading…
Cancel
Save