Mailing Lists
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1486 Make location of krb5-config configurable
From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Mon, 30 Mar 2015 12:21:18 +0000
- **status**: open --> closed-fixed
Thanks, this fix has now been merged as commit 5b66860652.
--- ** [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:** Tue Mar 17, 2015 01:47 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-03-30 These mail archives are generated by hypermail. |