| author | Daniel Tobias
<dan.g.tob@gmail.com> 2025-07-01 14:18:57 UTC |
| committer | Daniel Tobias
<dan.g.tob@gmail.com> 2025-07-01 14:18:57 UTC |
| parent | a9032b964ff6b27153c730d5cb2c562534f86988 |
| PKGBUILD | +3 | -0 |
diff --git a/PKGBUILD b/PKGBUILD index 872b15a..fce34be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -25,6 +25,9 @@ prepare() { git config submodule.paxutils.url "${srcdir}/paxutils" git -c protocol.file.allow=always submodule update + #fix c23 conformity https://cgit.git.savannah.gnu.org/cgit/cpio.git/commit/?id=f42137f5ab9cf07d1e62edc05e0212688d3ebaa2 + git cherry-pick -n 'f42137f5ab9cf07d1e62edc05e0212688d3ebaa2' + ./bootstrap }