aboutsummaryrefslogtreecommitdiff
path: root/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo retrun→return in 0001-fix-configure-for-gcc14.patchPieter P2024-06-041-1/+1
| | | | Signed-off-by: Pieter Pas <pieter.p.dev@outlook.com>
* libelf: Update configure tests for GCC14Chris Packham2024-05-181-0/+101
GCC14 has started to complain about sloppily written configure tests. Update them so the code snippet is valid according to GCC14. Signed-off-by: Chris Packham <judge.packham@gmail.com>