From 7234ef270bbc25b53a330397ebb1f0ffb49567d4 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 25 Feb 2008 16:56:35 +0000 Subject: [PATCH] Improved heimdal parse-config to inject "--with-gssapi" confopt Note: This assures that the 'curl-config' script will be generated properly, also including the right prefix to the heimdal libs. Nevertheless heimdal support has to be reimplemented from scratch! --- security/heimdal/parse-config | 1 + 1 file changed, 1 insertion(+) diff --git a/security/heimdal/parse-config b/security/heimdal/parse-config index 5ff5ab5c2..7d6312e14 100644 --- a/security/heimdal/parse-config +++ b/security/heimdal/parse-config @@ -48,6 +48,7 @@ if pkginstalled -f heimdal; then var_append extraconfopt " " "--with-gssapi-includes${KRB5INC:+=$KRB5INC}" #From curl var_append extraconfopt " " "--with-gssapi-libs${KRB5LIB:+=$KRB5LIB}" #From curl + var_append extraconfopt " " "--with-gssapi=$root/$( pkgprefix heimdal )" #From curl # and well known mandatory dependencies var_append extraconfopt " " "--with-ssl" #from ethereal