New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32453#discussion_r688988612 Comment: Not super important, but would be nice to achieve upstream, if you can :) Since it's using a configure build style, we don't need to pass args to make and it has a smaller chance of breaking, but it would be nice to confine building to `do_build`. From what I see in https://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=blob;f=config/Makefile.SH;h=ca8bbf31a718c39abc6450c38aa176f6b157738f;hb=HEAD , you might be able to do `make_build_target="all lib-sta lib-dyn gp-sta"`.