New comment by pudiva on void-packages repository https://github.com/void-linux/void-packages/pull/29627#issuecomment-804139492 Comment: In case people prefer to go with my version (**make**) rather than #29392 (**meson**), I just added the line to _shlibs_ that I had forgotten... ...my template had to define the `do_install()` because the `gnu-makefile` style defines the variable `STRIP=true`, which breaks this particular pkg. I usually favour **make** over other build systems because it's a standard tool ~ which means less dependencies ~ but since void already suports **meson**, then perhaps it's better to go with it, as it requires less template code to maintain.