add a missing library so fetchmail links on ELF-based archs when using Kerberos.

This commit is contained in:
brad 2001-11-27 15:29:28 +00:00
parent bc3ba4075c
commit 9bdc74d358
2 changed files with 15 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.76 2001/11/12 19:24:54 fgsch Exp $
# $OpenBSD: Makefile,v 1.77 2001/11/27 15:29:28 brad Exp $
COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more"
DISTNAME= fetchmail-5.9.5
CATEGORIES= mail
NEED_VERSION= 1.480
NEED_VERSION= 1.500
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
ftp://ftp.ccil.org/pub/esr/fetchmail/
@ -18,7 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --disable-nls --enable-inet6 --with-ssl \
--with-kerberos --with-kerberos5

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure_in,v 1.3 2001/11/27 15:29:28 brad Exp $
--- configure.in.orig Tue Nov 27 10:20:15 2001
+++ configure.in Tue Nov 27 10:21:16 2001
@@ -402,7 +402,7 @@ then
AC_DEFINE(HEIMDAL)
AC_DEFINE(KERBEROS_V5)
CEFLAGS="$CEFLAGS -I/usr/include/kerberosV"
- LIBS="$LIBS -lasn1 -lkrb5 -lcom_err"
+ LIBS="$LIBS -lkrb5 -lasn1 -lcom_err -lkafs"
else
if test "$with_kerberos5" != "yes"
then