Commit d8d82a1
fix(build): touch mp4v2 generated files to skip autotools regen
mp4v2-2.0.0 ships a GNUmakefile regeneration rule hardcoded to automake-1.11, which is absent from the build images (automake 1.16.x only). When aclocal.m4/configure are newer than GNUmakefile.in (git branch switches and build-context copies do not preserve mtime), make fails with 'automake-1.11: command not found'. Touching the generated files in PATCH_COMMAND keeps them newer than any source, so the rule never triggers.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>1 parent 3429e8a commit d8d82a1
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
0 commit comments