]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blame - addrinfo.patch
- added system-protobuf patch to use system protobuf; but build still fails due to...
[packages/apache-mod_pagespeed.git] / addrinfo.patch
CommitLineData
399d2a8e
JR
1--- third_party/boringssl/src/crypto/bio/socket_helper.c~ 2015-07-14 01:16:57.000000000 +0200
2+++ third_party/boringssl/src/crypto/bio/socket_helper.c 2015-11-21 10:25:59.264814432 +0100
3@@ -12,7 +12,6 @@
4 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
5 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
6
7-#define _POSIX_SOURCE
8
9 #include <openssl/bio.h>
10 #include <openssl/err.h>
11@@ -22,6 +22,7 @@
12 #include <sys/types.h>
13
14 #if !defined(OPENSSL_WINDOWS)
15+#include <sys/socket.h>
16 #include <netdb.h>
17 #include <unistd.h>
18 #else
This page took 0.112402 seconds and 4 git commands to generate.