New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/31331#issuecomment-858199760 Comment: It doesn't seem to have created any additional dependency in the binary package, I assume because it dlopens things? In this case I agree with ahesford that a build option isn't truly necessary, but it doesn't hurt either. In any case, if you can confirm the new plugin is working, I'd feel comfortable merging as is. ``` => ulogd-2.0.7_2: running pre-pkg hook: 04-generate-runtime-deps ... SONAME: libc.so.6 <-> glibc>=2.32_1 SONAME: ld-linux-armhf.so.3 <-> glibc>=2.32_1 SONAME: libnetfilter_log.so.1 <-> libnetfilter_log>=1.0.1_1 SONAME: libnfnetlink.so.0 <-> libnfnetlink>=1.0.1_1 SONAME: libmnl.so.0 <-> libmnl>=1.0.3_1 SONAME: libnetfilter_acct.so.1 <-> libnetfilter_acct>=1.0.2_1 SONAME: libnetfilter_conntrack.so.3 <-> libnetfilter_conntrack>=1.0.4_1 SONAME: libdl.so.2 <-> glibc>=2.32_1 SONAME: libpthread.so.0 <-> glibc>=2.32_1 ```