Author: igor Date: Tue Jan 6 02:53:33 2015 New Revision: 3100 Log: fix fetchmail build with libressl
Added: trunk/fetchmail/fetchmail-6.3.26-libressl-1.patch Added: trunk/fetchmail/fetchmail-6.3.26-libressl-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/fetchmail/fetchmail-6.3.26-libressl-1.patch Tue Jan 6 02:53:33 2015 (r3100) @@ -0,0 +1,18 @@ +Submitted By: Igor Živković <[email protected]> +Date: 2015-01-06 +Initial Package Version: 6.3.26 +Upstream Status: Not submitted +Origin: Self +Description: Fixes build with LibreSSL. + +diff -Naur fetchmail-6.3.26.orig/configure fetchmail-6.3.26/configure +--- fetchmail-6.3.26.orig/configure 2013-04-23 23:36:55.000000000 +0200 ++++ fetchmail-6.3.26/configure 2015-01-06 11:51:25.136061523 +0100 +@@ -10087,6 +10087,7 @@ + LIBS="$LDFLAGS $save_LIBS $i" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#include <stdint.h> + #include <openssl/ssl.h> + int + main () -- http://lists.linuxfromscratch.org/listinfo/patches FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
