| Summary: | fbgrab 1.3 won't build with BR2_REPRODUCIBLE set | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Camille Gonnet <camille> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2017.02.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Patch to apply to fbgrab 1.3 | ||
fbgrab upstream isn't very active, so it is unlikely that we can get the fix integrated in the near future. I've submitted a simpler patch that simply doesn't compress the (unused) man page instead: https://patchwork.ozlabs.org/patch/763602/ |
Created attachment 7066 [details] Patch to apply to fbgrab 1.3 fbgrab 1.3 won't build with BR2_REPRODUCIBLE set. This is due to GZIP macro usage in the source Makefile. gzip itself uses GZIP environment variable as parameters, so it thinks it has the file gzip to compile.