New comment by lemmi on void-packages repository https://github.com/void-linux/void-packages/pull/42517#issuecomment-1452423139 Comment: Added the patch from . With that it compiled on `musl`, but broke `glibc`. Here's the fix: ```diff --- musl.patch 2023-03-02 20:11:41.273250878 +0100 +++ musl-limits.patch 2023-03-02 20:12:16.791228390 +0100 @@ -41,7 +41,7 @@ #include - -+#include ++#include #include "packet.h" #include "icmp.h" #include "port_fwd.h" ``` This is looking promising. Looks to me we can afford to wait for `musl` support to land. I'll keep an eye on the bugzilla and mailinglist.