New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/42636#issuecomment-1665403359 Comment: That just means that those options aren't being used. For example, `--with-sysroot` is used by gmp because the `aclocal.m4` script was generated on a distro where libtool uses the `--with-sysroot` variable, whereas if it was generated on Void it would use the `--with-libtool-sysroot` variable since we patched libtool. Both cases the package doesn't perform `LT_INIT` and it doesn't check `--with-sysroot` manually so neither of the variables are used. In other words, you shouldn't need to do anything.