chimera-linux / cports

Chimera ports collection
BSD 2-Clause "Simplified" License
172 stars 113 forks source link

syslog-ng contains a vendored shared build of eventlog #2726

Open q66 opened 3 weeks ago

q66 commented 3 weeks ago

This conflicts with a potential regular eventlog package, so it should be fixed

ref https://github.com/chimera-linux/cports/pull/2708

triallax commented 3 weeks ago

for the record, a library called secret-storage also seems to be vendored as a shared library:

$ apk info -L syslog-ng | grep secret
usr/lib/libsecret-storage.so.0
usr/lib/libsecret-storage.so.0.0.0
nekopsykose commented 3 weeks ago

this looks way easier to fix in the cmake version

triallax commented 3 weeks ago

or maybe it's not actually a vendor, i can't find that library anywhere so probably nvm