Author: igor Date: Thu Jan 8 09:11:24 2015 New Revision: 3107 Log: fix postfix build with libressl
Added: trunk/postfix/ trunk/postfix/postfix-2.11.3-libressl-1.patch Added: trunk/postfix/postfix-2.11.3-libressl-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/postfix/postfix-2.11.3-libressl-1.patch Thu Jan 8 09:11:24 2015 (r3107) @@ -0,0 +1,18 @@ +Submitted By: Igor Živković <[email protected]> +Date: 2015-01-08 +Initial Package Version: 2.11.3 +Upstream Status: Not submitted +Origin: Self +Description: Fixes build with LibreSSL. + +diff -Naur postfix-2.11.3.orig/src/tls/tls.h postfix-2.11.3/src/tls/tls.h +--- postfix-2.11.3.orig/src/tls/tls.h 2013-12-15 14:49:17.000000000 +0100 ++++ postfix-2.11.3/src/tls/tls.h 2015-01-08 18:09:21.635872707 +0100 +@@ -71,6 +71,7 @@ + #include <openssl/x509.h> + #include <openssl/x509v3.h> + #include <openssl/rand.h> ++#include <stdint.h> + #include <openssl/ssl.h> + + /* Appease indent(1) */ -- http://lists.linuxfromscratch.org/listinfo/patches FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
