Strange krb5-config output after recent Heimdel import
Jiawei Ye
leafy7382 at gmail.com
Sat May 10 19:14:04 UTC 2008
On Fri, May 9, 2008 at 7:09 PM, Doug Rabson <dfr at rabson.org> wrote:
> Try this patch (untested - I'm waiting for my buildworld to complete).
>
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/src/kerberos5/usr.bin/krb5-config/Makefile,v
> retrieving revision 1.15
> diff -u -r1.15 Makefile
> --- Makefile 24 Feb 2005 22:24:24 -0000 1.15
> +++ Makefile 9 May 2008 11:08:56 -0000
> @@ -7,16 +7,19 @@
>
> krb5-config: krb5-config.in
> sed -e "s, at PACKAGE\@,FreeBSD heimdal,g" \
> - -e "s, at VERSION\@,0.6.3,g" \
> + -e "s, at VERSION\@,1.1.0,g" \
> -e "s, at prefix\@,/usr,g" \
> -e "s, at exec_prefix\@,/usr,g" \
> -e "s, at libdir\@,${LIBDIR},g" \
> -e "s, at includedir\@,${INCLUDEDIR},g" \
> -e "s, at LIB_crypt\@,-lcrypt,g" \
> -e "s, at LIB_dbopen\@,,g" \
> - -e "s, at LIB_des_appl\@,-lcrypto,g" \
> - -e "s, at LIBS\@,-lcom_err,g" \
> - -e "s, at INCLUDE_des@,,g" \
> + -e "s, at LIB_hcrypto_appl\@,-lcrypto,g" \
> + -e "s, at LIB_pkinit\@,-lhx509,g" \
> + -e "s, at LIB_dlopen\@,,g" \
> + -e "s, at LIB_door_create\@,,g" \
> + -e "s, at LIBS\@,,g" \
> + -e "s, at INCLUDE_hcrypto@,,g" \
> ${.ALLSRC} > ${.TARGET}
>
> .include <bsd.prog.mk>
>
>
Hi Doug, it works fine with my -current. Tks for the fix.
Cheers,
Jiawei Ye
--
"If it looks like a duck, walks like a duck, and quacks like a duck, then to
the end user it's a duck, and end users have made it pretty clear they want
a duck; whether the duck drinks hot chocolate or coffee is irrelevant."
More information about the freebsd-current
mailing list