mirror of
https://github.com/VIKINGYFY/immortalwrt.git
synced 2025-12-16 17:15:26 +00:00
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:
|
||
|---|---|---|
| .. | ||
| 0001-openwrt-move-layer-db-to-temp-folder.patch | ||
| 0010-app_list-add-full-print.patch | ||
| 0020-apk-fix-compile-when-using-C89.patch | ||