projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10c0a4
)
rsyslog: add omhttp libcurl dependancy
author
Matthew Hagan
<mnhagan88@gmail.com>
Thu, 24 Feb 2022 00:03:55 +0000
(
00:03
+0000)
committer
Rosen Penev
<rosenp@gmail.com>
Thu, 24 Feb 2022 00:57:43 +0000
(16:57 -0800)
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
admin/rsyslog/Makefile
patch
|
blob
|
history
diff --git
a/admin/rsyslog/Makefile
b/admin/rsyslog/Makefile
index d171bdf7572e74988399c8b7606b373000bb72a2..515576714ea37e6a4771c716f6488bd10e85b61e 100644
(file)
--- a/
admin/rsyslog/Makefile
+++ b/
admin/rsyslog/Makefile
@@
-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