SNAP-20040216 configure mangles krb5-config output

Darren Tucker dtucker at zip.com.au
Wed Feb 18 11:27:11 EST 2004


Sergio Gelato wrote:
> In the latest snapshot's configure file, there is a
> 	K5LIBS="`$KRB5CONF --libs gssapi | sed 's/-L[^- ]*//g'`"
> which doesn't work well on my system:
> 
> $ krb5-config --libs gssapi
> -L/opt/heimdal-0.6/lib -lgssapi -lkrb5 -lasn1 -L/opt/lib -lcrypto -lroken
> 
> Please consider changing it to
> 	K5LIBS="`$KRB5CONF --libs gssapi | sed 's/-L[^ ]*//g'`"
> if that won't break anything else.

That looks fine.  I've changed it (I used 's/-L[^ ]* //g', which also 
works with the example you gave but doesn't leave a leading space).

Thanks for that.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
     Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.




More information about the openssh-unix-dev mailing list