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 changed files with 5 additions and 0 deletions
  1. +5
    -0
      base/lvm2/lvm2.conf

+ 5
- 0
base/lvm2/lvm2.conf

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

Loading…
Cancel
Save