Skip to content

Commit b0ed56f

Browse files
committed
rsyslog: add missing libyaml dependency
The rsyslog build requires libyaml-0.so.2 at runtime, but the package Makefile was missing this dependency in the DEPENDS list. This caused the build to fail with: Package rsyslog is missing dependencies for the following libraries: libyaml-0.so.2 Add +libyaml to DEPENDS alongside the existing dependency on libfastjson. The libyaml C library (0.2.5) is already available in the packages feed. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
1 parent 94c808d commit b0ed56f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/rsyslog/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ define Package/rsyslog
3434
URL:=https://www.rsyslog.com/
3535
DEPENDS:= \
3636
+RSYSLOG_gssapi_krb5:krb5-libs +RSYSLOG_elasticsearch:libcurl \
37-
+RSYSLOG_libdbi:libdbi +libestr +libfastjson +RSYSLOG_gnutls:libgnutls \
37+
+RSYSLOG_libdbi:libdbi +libestr +libfastjson +libyaml +RSYSLOG_gnutls:libgnutls \
3838
+RSYSLOG_mmdblookup:libmaxminddb +RSYSLOG_mysql:libmysqlclient \
3939
+RSYSLOG_omhttp:libcurl +RSYSLOG_openssl:libopenssl \
4040
+RSYSLOG_pgsql:libpq +libuuid +zlib

0 commit comments

Comments
 (0)