Commit b0ed56f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments