]> git.pld-linux.org Git - packages/libmicrohttpd.git/blob - libmicrohttpd-link.patch
- updated to 0.9.44
[packages/libmicrohttpd.git] / libmicrohttpd-link.patch
1 --- libmicrohttpd-0.9.28/src/microspdy/Makefile.am.orig 2013-07-08 11:49:30.000000000 +0200
2 +++ libmicrohttpd-0.9.28/src/microspdy/Makefile.am      2013-07-19 20:49:27.404186627 +0200
3 @@ -28,6 +28,7 @@
4    alstructures.c alstructures.h 
5  
6  
7 +libmicrospdy_la_LIBADD = -lssl -lcrypto -lz
8  libmicrospdy_la_LDFLAGS = \
9    $(SPDY_LIB_LDFLAGS) 
10  
11 --- libmicrohttpd-0.9.44/src/examples/mhd2spdy_spdy.c.orig      2015-10-30 22:10:36.420093201 +0100
12 +++ libmicrohttpd-0.9.44/src/examples/mhd2spdy_spdy.c   2015-10-30 22:15:31.610087152 +0100
13 @@ -31,6 +31,7 @@
14   * @author Andrey Uzunov
15   */
16  
17 +#include "platform_interface.h"
18  #include "mhd2spdy_structures.h"
19  #include "mhd2spdy_spdy.h"
20  #include "mhd2spdy_http.h"
This page took 0.023329 seconds and 3 git commands to generate.