SNAP-20040216 configure mangles krb5-config output

Sergio Gelato Sergio.Gelato at astro.su.se
Wed Feb 18 00:14:44 EST 2004


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20040217/e9d0a778/attachment.bin 


More information about the openssh-unix-dev mailing list