Browse Source

heimdal: changed to use readline if available

Note:

This also avoids the installation of the included libeditline.
user/karasz/firmware
Christian Wiese 12 years ago
committed by Christian Wiese
parent
commit
209929898e
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      security/heimdal/heimdal.conf

+ 7
- 0
security/heimdal/heimdal.conf

@ -45,6 +45,13 @@ if pkginstalled -f sqlite; then
var_append extraconfopt ' ' "--with-sqlite3=$( pkgprefix -r sqlite )"
fi
# use system readline if available which also avoids the installation of the
# included libeditline
if pkginstalled -f readline; then
pkgprefix -t readline
var_append extraconfopt ' ' "--with-readline=$( pkgprefix -r readline )"
fi
var_append extraconfopt ' ' "--enable-shared"
var_append extraconfopt ' ' "--libexecdir=$sbindir"

Loading…
Cancel
Save