mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
Fix bool typedef error. Also a minor adjustment to `ARCH` variable for linter.
```
In file included from asn1.c:18:
typedefs.h:55:23: error: 'bool' cannot be defined via 'typedef'
55 | typedef unsigned char bool;
| ^~~~
typedefs.h:55:23: note: 'bool' is a keyword with '-std=c23' onwards
typedefs.h:55:1: warning: useless type name in empty declaration
55 | typedef unsigned char bool;
| ^~~~~~~
```