add a missing library so fetchmail links on ELF-based archs when using Kerberos.
This commit is contained in:
parent
bc3ba4075c
commit
9bdc74d358
@ -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"
|
COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more"
|
||||||
|
|
||||||
DISTNAME= fetchmail-5.9.5
|
DISTNAME= fetchmail-5.9.5
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
NEED_VERSION= 1.480
|
NEED_VERSION= 1.500
|
||||||
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
|
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
|
||||||
ftp://ftp.ccil.org/pub/esr/fetchmail/
|
ftp://ftp.ccil.org/pub/esr/fetchmail/
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
|||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
SEPARATE_BUILD= concurrent
|
SEPARATE_BUILD= concurrent
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= autoconf
|
||||||
CONFIGURE_ARGS= --disable-nls --enable-inet6 --with-ssl \
|
CONFIGURE_ARGS= --disable-nls --enable-inet6 --with-ssl \
|
||||||
--with-kerberos --with-kerberos5
|
--with-kerberos --with-kerberos5
|
||||||
|
|
||||||
|
12
mail/fetchmail/patches/patch-configure_in
Normal file
12
mail/fetchmail/patches/patch-configure_in
Normal 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
|
Loading…
Reference in New Issue
Block a user