Mailing Lists
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1486 Make location of krb5-config configurable
From: Michael Osipov <michael-o_at_users.sf.net>
Date: Fri, 13 Mar 2015 20:44:25 +0000
That would add even more options. Is that really necessary? GSS-API detection is already a complex block in the autoconf script.
--- ** [bugs:#1486] Make location of krb5-config configurable** **Status:** open **Created:** Wed Feb 25, 2015 09:41 AM UTC by Dagobert Michelsen **Last Updated:** Wed Feb 25, 2015 09:41 AM UTC **Owner:** nobody 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-03-13 These mail archives are generated by hypermail. |