From 064b754e73865b8122cbfb1ffe15a8e61dfbd72f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 3 Jan 2015 11:11:42 +0100 Subject: [PATCH] libressl: ssl.h needs inttypes.h for intXX_t and friends... ffs. --- srcpkgs/libressl/patches/inttypes.patch | 11 +++++++++++ srcpkgs/libressl/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libressl/patches/inttypes.patch diff --git a/srcpkgs/libressl/patches/inttypes.patch b/srcpkgs/libressl/patches/inttypes.patch new file mode 100644 index 00000000000..1285832a38c --- /dev/null +++ b/srcpkgs/libressl/patches/inttypes.patch @@ -0,0 +1,11 @@ +--- include/openssl/ssl.h.orig 2015-01-03 11:10:35.105389365 +0100 ++++ include/openssl/ssl.h 2015-01-03 11:10:44.425472976 +0100 +@@ -143,6 +143,8 @@ + #ifndef HEADER_SSL_H + #define HEADER_SSL_H + ++#include ++ + #include + #include + #include diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index 6f4fce6fc1f..262007079d7 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,7 +1,7 @@ # Template file for 'libressl' pkgname=libressl version=2.1.2 -revision=1 +revision=2 bootstrap=yes build_style=gnu-configure configure_args="--enable-libtls"