Date: Mon, 21 Sep 1998 04:16:10 -0700 (PDT) From: Enkhyl <enkhyl@hayseed.net> To: ports@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Patch to build XFree86 w/ Krb4 in an ELF world Message-ID: <Pine.LNX.4.02.9809210407250.25944-100000@hillbilly.hayseed.net>
next in thread | raw e-mail | index | archive | help
Attached is a patch for the XFree86 port to build with KerbeosIV support. I just successfully rebuilt XFree86 w/ Krb4 on my ELF -current machine using this patch. Would someone please review the patch and commit it, if appropriate? Thanks. -- Christopher Nielsen Scient: The Art and Science of Electronic Business cnielsen@scient.com <http://www.scient.com> --- config/cf/FreeBSD.cf.orig Mon Sep 21 02:40:12 1998 +++ config/cf/FreeBSD.cf Mon Sep 21 02:54:57 1998 @@ -87,6 +87,11 @@ #define HasSetUserContext YES #endif +/* Krb4 support in an ELF world */ +#if HasKrb4 && UseElfFormat +#define Krb4Libraries -lkrb -ldes -lcrypt +#endif + /* * This doesn't work the way it does on every other system. On FreeBSD it's * only a "hint, not a demand", whatever that means. Note that this is not To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.02.9809210407250.25944-100000>