immortalwrt-VIKINGYFY/package/system/apk/patches
Hauke Mehrtens d11b77db5e 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
..
0001-openwrt-move-layer-db-to-temp-folder.patch apk: bump to 3.0.1 2025-12-08 21:30:39 +01:00
0010-app_list-add-full-print.patch apk-tools: fix compilation warning from downstream full print patch 2025-10-14 17:15:07 +02:00
0020-apk-fix-compile-when-using-C89.patch apk: Fix host compilation with C89 2025-12-09 02:06:26 +01:00