openwrt/package/system/apk
Hauke Mehrtens d11b77db5e
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
apk: Fix host compilation with C89
This fixes the following build error:
```
../src/apk.c: In function 'parse_options':
../src/apk.c:584:4: error: a label can only be part of a statement and a declaration is not a statement
  584 |    char *arg = opt_parse_arg(&st);
      |    ^~~~
```

Upstream MR: https://gitlab.alpinelinux.org/alpine/apk-tools/-/merge_requests/376

Fixes: b91ebdabbb ("apk: bump to 3.0.1")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-12-09 02:06:26 +01:00
..
files apk: add a customfeeds.list configuration file 2024-11-16 17:26:27 +01:00
patches apk: Fix host compilation with C89 2025-12-09 02:06:26 +01:00
Makefile apk: bump to 3.0.1 2025-12-08 21:30:39 +01:00