mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libressl: ssl.h needs inttypes.h for intXX_t and friends... ffs.
This commit is contained in:
parent
3399410ebd
commit
064b754e73
2 changed files with 12 additions and 1 deletions
11
srcpkgs/libressl/patches/inttypes.patch
Normal file
11
srcpkgs/libressl/patches/inttypes.patch
Normal file
|
@ -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 <inttypes.h>
|
||||||
|
+
|
||||||
|
#include <openssl/opensslconf.h>
|
||||||
|
#include <openssl/hmac.h>
|
||||||
|
#include <openssl/pem.h>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=2.1.2
|
version=2.1.2
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libtls"
|
configure_args="--enable-libtls"
|
||||||
|
|
Loading…
Add table
Reference in a new issue