Mailing Lists
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1486 Make location of krb5-config configurable
From: Dagobert Michelsen <dmichelsen_at_users.sf.net>
Date: Wed, 01 Apr 2015 07:28:31 +0000
Hi Daniel,
two lines need to be removed or the patch won't work as described in the commit comment:
--- ** [bugs:#1486] Make location of krb5-config configurable** **Status:** closed-fixed **Created:** Wed Feb 25, 2015 09:41 AM UTC by Dagobert Michelsen **Last Updated:** Mon Mar 30, 2015 12:21 PM UTC **Owner:** Daniel Stenberg At the moment krb5-config is used from `$GSSAPI_ROOT/bin/krb5-config`. When building for 64 bit on Solaris the location is `.../bin/sparcv9/krb5-config` or `.../bin/amd64/krb5-config`. It would be nice if the location would be adjustable, e.g. when `$KRB5CONFIG` is defined that location is used. The present implementation requires setting GSSAPI_INCS and GSSAPI_LIB_DIR manually: GSSAPI_INCS = $($(bindir)/krb5config --cflags gssapi) GSSAPI_LIB_DIR = $($(bindir)/krb5config --libs gssapi) --- Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.Received on 2015-04-01 These mail archives are generated by hypermail. |