From 2d3d1ef361dc12da34167fb17ab9f17608265955 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 24 Jul 2012 00:15:57 +0200 Subject: [PATCH] heimdal: improved to use systems sqlite if available --- security/heimdal/heimdal.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/heimdal/heimdal.conf b/security/heimdal/heimdal.conf index f752df5d0..b130b13f0 100644 --- a/security/heimdal/heimdal.conf +++ b/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"