New comment by Logarithmus on void-packages repository https://github.com/void-linux/void-packages/pull/25179#issuecomment-700341018 Comment: On Mon, 2020-09-28 at 16:02 -0700, Érico Nogueira Rolim wrote: > @ericonr commented on this pull request. > > In srcpkgs/ripgrep/template: > > @@ -13,6 +13,9 @@ homepage="https://github.com/BurntSushi/ripgrep/" >  distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz > " >  checksum=2513338d61a5c12c8fea18a0387b3e0651079ef9b31f306050b1f0aaa92 > 6271e >   > +# Dynamic linking to libpcre2 even on musl > +export PCRE2_SYS_STATIC=0 > Any other Rust stuff using pcre2? We could add this to the Rust > helper together with the other variables. > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub, or unsubscribe. @ericonr you can find crates which depend on `pcre2-sys` [here](https://lib.rs/crates/pcre2/rev). AFAIK at the moment non of them is present in void repositories, but I agree with you that it'd be better to put this environment variable into rust helper.