summaryrefslogtreecommitdiff
path: root/package/fetchmail/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:17:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:17:14 +0200
commitb448bbcdab09b70b4d03ea0bc9167878e7f054da (patch)
tree40ea72e4979ce176f6280b25368713122bee1b9c /package/fetchmail/patches/patch-configure
parentd804be5baee6590ff6e91d267c8cb9933ed7ac60 (diff)
parentd2e5a673aa7637c990ca7307e831327eb67e3fe7 (diff)
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/fetchmail/patches/patch-configure')
-rw-r--r--package/fetchmail/patches/patch-configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/fetchmail/patches/patch-configure b/package/fetchmail/patches/patch-configure
new file mode 100644
index 000000000..e5dc5ce44
--- /dev/null
+++ b/package/fetchmail/patches/patch-configure
@@ -0,0 +1,12 @@
+--- fetchmail-6.3.9.orig/configure 2008-11-16 15:18:49.000000000 +0100
++++ fetchmail-6.3.9/configure 2009-06-12 22:27:25.000000000 +0200
+@@ -13176,9 +13176,6 @@ then
+ { echo "$as_me:$LINENO: Enabling OpenSSL support in $with_ssl." >&5
+ echo "$as_me: Enabling OpenSSL support in $with_ssl." >&6;}
+ test "$with_ssl" != "/usr" && CFLAGS="$CFLAGS -I$with_ssl/include"
+- ### In Red Hat 9, this file includes a reference to <krb5.h>, so we
+- ### force the Kerberos direcory onto the include path so it will build.
+- CFLAGS="$CFLAGS -I/usr/kerberos/include"
+ ### OpenBSD comes with ssl headers
+ else
+ { { echo "$as_me:$LINENO: error: SSL support enabled, but OpenSSL not found" >&5