Browse Source

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!
early
Christian Wiese 17 years ago
parent
commit
7234ef270b
  1. 1
      security/heimdal/parse-config

1
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

Loading…
Cancel
Save