Closed issue by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/28351 Description: ### Expected behavior Running configure for `bind` doesn't show unrecognized options. ### Actual behavior Running configure for `bind` gets me: ``` Unrecognized options: --enable-threads, --enable-atomic, --enable-ipv6, --with-randomdev, --with-ecdsa, --with-eddsa, --without-gost, --enable-openssl-hash, --enable-fetchlimit, --enable-sit, --enable-seccomp, --with-geoip ``` I have removed seccomp, because it lead to a misleading build option in package metadata, but haven't touched the others. ### Steps to reproduce the behavior `./xbps-src configure bind`