forked from pool/nghttp2
22 lines
721 B
Diff
22 lines
721 B
Diff
|
From c470ac7b0021d3cae80ef1c5b6460a108f2e5bdb Mon Sep 17 00:00:00 2001
|
||
|
From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
|
||
|
Date: Thu, 16 Jul 2015 14:01:18 +0900
|
||
|
Subject: [PATCH] asio: Fix missing nghttp2_timegm
|
||
|
|
||
|
---
|
||
|
src/Makefile.am | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
Index: nghttp2-1.1.1/src/Makefile.am
|
||
|
===================================================================
|
||
|
--- nghttp2-1.1.1.orig/src/Makefile.am
|
||
|
+++ nghttp2-1.1.1/src/Makefile.am
|
||
|
@@ -176,6 +176,7 @@ lib_LTLIBRARIES = libnghttp2_asio.la
|
||
|
libnghttp2_asio_la_SOURCES = \
|
||
|
util.cc util.h http2.cc http2.h \
|
||
|
ssl.cc ssl.h \
|
||
|
+ timegm.c timegm.h \
|
||
|
asio_common.cc asio_common.h \
|
||
|
asio_io_service_pool.cc asio_io_service_pool.h \
|
||
|
asio_server_http2.cc \
|