Disable stdbuf
The stdbuf build process involves building a shared library externally and embedding it in the binary, which makes it difficult to extract debug info from binaries and then still strip them. This is pretty hard to fix while keeping coreutils cargo-installable, so just disable stdbuf instead.
https://phabricator.apertis.org/T10003
Signed-off-by: Ryan Gonzalez ryan.gonzalez@collabora.com