Browse Source

rsyslog: add omhttp libcurl dependancy

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
lilik-openwrt-22.03
Matthew Hagan 2 years ago
committed by Rosen Penev
parent
commit
4c4d5fa81d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      admin/rsyslog/Makefile

+ 2
- 1
admin/rsyslog/Makefile View File

@ -36,7 +36,8 @@ define Package/rsyslog
+RSYSLOG_gssapi_krb5:krb5-libs +RSYSLOG_elasticsearch:libcurl \
+RSYSLOG_libdbi:libdbi +libestr +libfastjson +RSYSLOG_gnutls:libgnutls \
+RSYSLOG_mmdblookup:libmaxminddb +RSYSLOG_mysql:libmysqlclient \
+RSYSLOG_openssl:libopenssl +RSYSLOG_pgsql:libpq +libuuid +zlib
+RSYSLOG_omhttp:libcurl +RSYSLOG_openssl:libopenssl \
+RSYSLOG_pgsql:libpq +libuuid +zlib
MENU:=1
endef


Loading…
Cancel
Save