There's a merged pull request on the void-packages repository rrdtool: rebuild to fix unresolvable shlib, fix tests https://github.com/void-linux/void-packages/pull/41245 Description: #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64-musl The test for https://github.com/void-linux/void-packages/pull/41228 fails with: > perl-rrdtool-1.7.2_13: broken, unresolvable shlib `libperl.so.5.36' This can be reproduced by: ``` ./xbps-src -m musl_temp binary-bootstrap x86_64-musl ./xbps-src -m musl_temp chroot xbps-install perl-rrdtool ``` This is a due to missing "depends" on perl. This PR simply adds perl to the dependecy CC @Gottox