make this compile again after recent openssl changes; reported by krw@
This commit is contained in:
parent
88317a7622
commit
5a00dda6f6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.80 2002/05/01 22:19:36 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.81 2002/05/27 17:43:43 fgsch Exp $
|
||||
|
||||
COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more"
|
||||
|
||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
#SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --disable-nls --enable-inet6 --with-ssl \
|
||||
--with-kerberos --with-kerberos5
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2002/05/01 22:19:37 fgsch Exp $
|
||||
--- configure.orig Wed May 1 13:30:30 2002
|
||||
+++ configure Wed May 1 13:31:07 2002
|
||||
$OpenBSD: patch-configure,v 1.2 2002/05/27 17:43:43 fgsch Exp $
|
||||
--- configure.orig Sun Mar 10 16:17:28 2002
|
||||
+++ configure Mon May 27 13:28:50 2002
|
||||
@@ -5828,7 +5828,7 @@ EOF
|
||||
EOF
|
||||
|
||||
@ -10,3 +10,12 @@ $OpenBSD: patch-configure,v 1.1 2002/05/01 22:19:37 fgsch Exp $
|
||||
else
|
||||
if test "$with_kerberos5" != "yes"
|
||||
then
|
||||
@@ -6150,7 +6150,7 @@ echo "configure:6149: checking kerberosI
|
||||
#define KERBEROS_V4 1
|
||||
EOF
|
||||
|
||||
- CEFLAGS="$CEFLAGS -I/usr/include/kerberosIV"
|
||||
+ CEFLAGS="$CEFLAGS -I/usr/include -I/usr/include/kerberosIV"
|
||||
LIBS="$LIBS -lkrb -ldes"
|
||||
else
|
||||
#we need to detect when we're building under a kerberosV compatibility
|
||||
|
Loading…
Reference in New Issue
Block a user