kamailio-4.x: update to 4.4.0
[feed/telephony.git] / net / kamailio-4.x / patches / 120-libevent-libs.patch
1 diff -rupN kamailio4-4.4.0/modules/cnxcc/Makefile kam4/modules/cnxcc/Makefile
2 --- kamailio4-4.4.0/modules/cnxcc/Makefile 2016-04-07 11:26:01.186927107 +0200
3 +++ kam4/modules/cnxcc/Makefile 2016-04-07 11:25:28.370655776 +0200
4 @@ -45,7 +45,7 @@ else
5 endif
6
7 DEFS+=$(HIREDISDEFS) $(LEVENTDEFS)
8 -LIBS=$(HIREDISLIBS) $(LEVENTLIBS)
9 +LIBS=$(HIREDISLIBS) $(LEVENTLIBS) $(EXTRA_LIBS)
10
11 DEFS+=-DOPENSER_MOD_INTERFACE
12 SERLIBPATH=../../lib
13 diff -rupN kamailio4-4.4.0/modules/janssonrpc-c/netstring.h kam4/modules/janssonrpc-c/netstring.h
14 --- kamailio4-4.4.0/modules/janssonrpc-c/netstring.h 2016-04-07 11:26:24.163117016 +0200
15 +++ kam4/modules/janssonrpc-c/netstring.h 2016-04-07 11:25:28.070653295 +0200
16 @@ -24,6 +24,7 @@
17 #define __NETSTRING_STREAM_H
18
19 #include <string.h>
20 +#include <event2/buffer.h>
21 #include <event2/bufferevent.h>
22
23 typedef struct {