kamailio-5.x: introduce new package
[feed/telephony.git] / net / kamailio-5.x / patches / 120-libevent-libs.patch
1 --- a/src/modules/cnxcc/Makefile
2 +++ b/src/modules/cnxcc/Makefile
3 @@ -45,7 +45,7 @@ else
4 endif
5
6 DEFS+=$(HIREDISDEFS) $(LEVENTDEFS)
7 -LIBS=$(HIREDISLIBS) $(LEVENTLIBS)
8 +LIBS=$(HIREDISLIBS) $(LEVENTLIBS) $(EXTRA_LIBS)
9
10 DEFS+=-DOPENSER_MOD_INTERFACE
11 SERLIBPATH=../../lib
12 --- a/src/modules/janssonrpcc/netstring.h
13 +++ b/src/modules/janssonrpcc/netstring.h
14 @@ -24,6 +24,7 @@
15 #define __NETSTRING_STREAM_H
16
17 #include <string.h>
18 +#include <event2/buffer.h>
19 #include <event2/bufferevent.h>
20
21 typedef struct {