Browse Source

heimdal: improved to use systems sqlite if available

user/chris/toolchain/0.3
Christian Wiese 13 years ago
parent
commit
2d3d1ef361
  1. 6
      security/heimdal/heimdal.conf

6
security/heimdal/heimdal.conf

@ -39,6 +39,12 @@ if atstage native; then
fi
fi
# use system sqlite if available
if pkginstalled -f sqlite; then
pkgprefix -t sqlite
var_append extraconfopt ' ' "--with-sqlite3=$( pkgprefix -r sqlite )"
fi
var_append extraconfopt ' ' "--enable-shared"
var_append extraconfopt ' ' "--libexecdir=$sbindir"

Loading…
Cancel
Save