Re: krb5-config --libs

2016-11-10 Thread Christian Weisgerber
Stuart Henderson: > The downside is that then everybody gets asked which curl package to use > when it gets installed as a dependency.. and I bet many people will choose > "full" when they don't need it (and unnecessarily pull in a bunch of other > libraries to the address space, and maybe also

Re: krb5-config --libs

2016-11-10 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > The downside is that then everybody gets asked which curl package to use > when it gets installed as a dependency.. and I bet many people will > choose "full" when they don't need it (and unnecessarily pull in a bunch > of other libraries to the address space, and maybe

Re: krb5-config --libs

2016-11-10 Thread Stuart Henderson
The downside is that then everybody gets asked which curl package to use when it gets installed as a dependency.. and I bet many people will choose "full" when they don't need it (and unnecessarily pull in a bunch of other libraries to the address space, and maybe also submit ports with a bunch

Re: krb5-config --libs

2016-11-09 Thread Jeremie Courreges-Anglas
(The heimdal krb5-config diff is in.) Jiri B writes: > On Tue, Nov 01, 2016 at 03:52:00PM -0400, Jiri B wrote: >> With the path and my original path I was able to build curl with >> gssapi and ssl: >> >> $ curl -V >> curl 7.50.3 (x86_64-unknown-openbsd6.0) libcurl/7.50.3 LibreSSL/2.0.0 >> zli

Re: krb5-config --libs (was: Re: building curl with gssapi disables ssl)

2016-11-02 Thread Jiri B
On Tue, Nov 01, 2016 at 03:52:00PM -0400, Jiri B wrote: > With the path and my original path I was able to build curl with > gssapi and ssl: > > $ curl -V > curl 7.50.3 (x86_64-unknown-openbsd6.0) libcurl/7.50.3 LibreSSL/2.0.0 > zlib/1.2.3 libidn/1.33 nghttp2/1.16.0 > Protocols: dict file ftp ftp

Re: krb5-config --libs

2016-11-01 Thread Jeremie Courreges-Anglas
Jiri B writes: > On Tue, Nov 01, 2016 at 10:30:22AM +0100, Jeremie Courreges-Anglas wrote: >> Using only your diff I can't get gssapi detected. I suspect you have >> local changes somewhere, perhaps in krb5-config? > > Could it be caused by shlib_dirs="/usr/local/heimdal/lib" in my rc.conf.local

Re: krb5-config --libs (was: Re: building curl with gssapi disables ssl)

2016-11-01 Thread Jiri B
f.local? > Using the following heimdal diff, I have curl detect both gssapi and > libssl. > > - krb5-config --libs should pass -R/usr/local/heimdal/libs to help ld.so > find heimdal libs at runtime > - krb5-config --libs should pass -L/usr/local/lib because that's where > libc

Re: krb5-config --libs

2016-11-01 Thread Stuart Henderson
On 2016/11/01 11:39, Jeremie Courreges-Anglas wrote: > krb5-config is in /usr/local/heimdal/bin Ah, this is the piece I missed. In that case, no objection.

Re: krb5-config --libs

2016-11-01 Thread Jeremie Courreges-Anglas
pi detected. I suspect you have >> local changes somewhere, perhaps in krb5-config? >> >> Using the following heimdal diff, I have curl detect both gssapi and >> libssl. >> >> - krb5-config --libs should pass -R/usr/local/heimdal/libs to help ld.so >> f

Re: krb5-config --libs (was: Re: building curl with gssapi disables ssl)

2016-11-01 Thread Stuart Henderson
g? > > Using the following heimdal diff, I have curl detect both gssapi and > libssl. > > - krb5-config --libs should pass -R/usr/local/heimdal/libs to help ld.so > find heimdal libs at runtime > - krb5-config --libs should pass -L/usr/local/lib because that's where >

krb5-config --libs (was: Re: building curl with gssapi disables ssl)

2016-11-01 Thread Jeremie Courreges-Anglas
ssapi of course keeps ssl option > enabled.) Using only your diff I can't get gssapi detected. I suspect you have local changes somewhere, perhaps in krb5-config? Using the following heimdal diff, I have curl detect both gssapi and libssl. - krb5-config --libs should pass -R/usr/local/h