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: Tue, 17 Mar 2015 13:47:21 +0000
Unfortunately it is necessary because the binary directory in Solaris has the ISA as subdirectory. Hardwiring it to `.../bin/krb5-config` makes it impossible to build 64 bit.
The above workaround seemed to work, but actually does not. I ended up allowing to explicitly set the location of `krb5-config`: https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/curl/trunk/files/0001-Use-KRB5CONFIG.patch
--- ** [bugs:#1486] Make location of krb5-config configurable** **Status:** open **Created:** Wed Feb 25, 2015 09:41 AM UTC by Dagobert Michelsen **Last Updated:** Fri Mar 13, 2015 08:44 PM 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-17 These mail archives are generated by hypermail. |