Loading
libtar: fix Darwin build by setting -std=gnu17
The autoconf update on staging-next forces Clang into C23 mode, which rejects K&R-style function declarations in compat/basename.c Pin to gnu17 to restore the previous default Refs: https://github.com/NixOS/nixpkgs/issues/511329