12 Commits

Author SHA1 Message Date
Rainer Gerhards
dc95ef09bd remove no longer needed --enable-libcurl configure switch
The --enable-libcurl switch was added to be able to disable libcurl
functionality inside the rsyslog core, see 46f4f43. As libcurl is no
longer used inside the core (due to introducing function modules),
--enable-libcurl needs to be removed.

closes https://github.com/rsyslog/rsyslog/issues/2628
2018-05-07 14:21:05 +02:00
Michael Biebl
50205ced0f build system: Don't link core against libcurl if explicitly requested
When using --disable-libcurl, libgrammar should not be linked against
libcurl unconditionally as CURL_LIBS might be set if one of the modules
using libcurl, like elasticsearch, is enabled.
2018-01-14 12:21:42 +01:00
Rainer Gerhards
49efb53985 rainerscript: new function "http_request"
closes https://github.com/rsyslog/rsyslog/issues/1977
2017-12-16 17:47:08 +01:00
Rainer Gerhards
5a2b40e1ba testbench: proper cleanup 2015-05-22 13:48:32 +02:00
Chris Hiszpanski
20d869968b Added LIBLOGGING_STDLOG_CFLAGS and LIBLOGGING_STDLOG_LIBS to automake sources
Build was failing when using these variables
2014-09-25 05:06:57 -07:00
Rainer Gerhards
44f227b959 cosmetic: removed autoconf warning messages 2012-06-04 11:43:36 +02:00
Rainer Gerhards
ca377701e0 milestone: all syntaxes for new config handler implemented
so far, mostly compile-time tested. Real testing happens as
side-activity when implementing other parts of the new config
system
2011-07-22 11:32:26 +02:00
Rainer Gerhards
127d61fea7 milestone: first steps at global() conf obj implementation
also, the foundation for accessing conf file params has been laid. Still
more work to do...
2011-07-19 09:31:17 +02:00
Rainer Gerhards
fa5c1371db preparing for 6.3.3 2011-07-13 14:49:14 +02:00
Rainer Gerhards
5710b41396 milestone/[PARTWORK]: integrted script filter, but var access is missing 2011-07-07 08:22:40 +02:00
Rainer Gerhards
6175ce90b5 milestone: improved build system
... still had quite some glitches, as usual. This time it hopefully
works under all circumstances (well, let's hope for "usual cir..." ;)).
2011-07-05 11:04:47 +02:00
Rainer Gerhards
641e383b8a milestone: grammar integrated in rsyslog build system 2011-07-05 08:21:04 +02:00