openbsd-ports/databases/evolution-data-server/patches/patch-configure
jasper 19b1eb2037 - update evolution-data-server to 1.12.1
- enable linking against already installed libdb.so instead of the
  internally shipped static library

"no objections here" martynas@

mostly done somewhere between budapest and amsterdam
2007-11-21 16:10:23 +00:00

23 lines
690 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2007/11/21 16:10:24 jasper Exp $
--- configure.orig Sun Oct 14 19:45:52 2007
+++ configure Wed Nov 21 13:41:43 2007
@@ -27390,7 +27390,7 @@ if test "x${with_krb5}" != "xno"; then
LDFLAGS_save="$LDFLAGS"
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
+ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lgssapi"
sunlibs="-lkrb5 -lgss"
{ echo "$as_me:$LINENO: checking for Kerberos 5" >&5
echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; }
@@ -27409,8 +27409,7 @@ cat >>conftest.$ac_ext <<_ACEOF
int
main ()
{
-krb5_init_context
- ;
+krb5_init_context;
return 0;
}
_ACEOF