Tan Zien
eb73048026
unzip: fix build GCC 15.1
refer to:
https://gitlab.alpinelinux.org/alpine/aports/-/blob/b7410ac718d5eeae21001de5cae9159f597bb517/main/unzip/gcc15.patch
fix this:
unix/unxcfg.h:120:15: error: conflicting types for 'gmtime'; have 'struct tm *(void)'
120 | struct tm *gmtime(), *localtime();
| ^~~~~~
In file included from unix/unxcfg.h:119:
/home/nasbdh9/openwrt/staging_dir/toolchain-x86_64_gcc-15.1.0_musl/include/time.h:59:12: note: previous declaration of 'gmtime' with type 'struct tm *(const time_t *)' {aka 'struct tm *(const long int *)'}
59 | struct tm *gmtime (const time_t *);
| ^~~~~~
unix/unxcfg.h:120:26: error: conflicting types for 'localtime'; have 'struct tm *(void)'
120 | struct tm *gmtime(), *localtime();
| ^~~~~~~~~
/home/nasbdh9/openwrt/staging_dir/toolchain-x86_64_gcc-15.1.0_musl/include/time.h:60:12: note: previous declaration of 'localtime' with type 'struct tm *(const time_t *)' {aka 'struct tm *(const long int *)'}
60 | struct tm *localtime (const time_t *);
| ^~~~~~~~~
Signed-off-by: Tan Zien <nabsdh9@gmail.com>
(cherry picked from commit d3a2fb39a7)
2026-04-28 23:56:47 +02:00
..
2024-05-28 12:39:35 -07:00
2024-04-08 01:31:20 -07:00
2025-08-06 23:44:32 +08:00
2024-10-30 05:16:25 -07:00
2025-09-16 22:00:01 +08:00
2024-06-02 20:10:52 -07:00
2024-04-07 12:06:34 +02:00
2024-10-31 02:05:03 +01:00
2024-05-28 12:39:49 -07:00
2024-05-27 10:52:52 -07:00
2025-06-11 22:28:46 +02:00
2024-01-31 16:00:10 -08:00
2024-04-07 16:00:19 -07:00
2025-09-24 12:15:21 +02:00
2024-08-16 16:03:05 -07:00
2025-06-06 12:38:46 +02:00
2025-10-31 12:48:21 +01:00
2024-05-14 16:39:18 -07:00
2025-07-30 12:01:01 +02:00
2025-05-16 10:52:53 +03:00
2024-05-12 23:00:13 -07:00
2024-09-21 14:24:41 +08:00
2024-05-14 16:36:46 -07:00
2023-12-20 13:43:08 +00:00
2024-04-07 12:06:34 +02:00
2024-07-14 16:09:47 -07:00
2024-07-14 16:09:27 -07:00
2024-04-07 12:06:34 +02:00
2024-04-23 18:59:37 -07:00
2024-04-23 18:59:51 -07:00
2025-06-11 19:08:39 +03:00
2024-09-20 13:11:50 +08:00
2024-10-02 13:21:20 -07:00
2025-06-07 21:01:13 +03:00
2024-04-07 12:06:34 +02:00
2024-09-20 13:11:51 +08:00
2025-07-18 11:37:21 +02:00
2024-10-01 18:18:11 +08:00
2024-04-08 09:30:35 +02:00
2024-02-11 14:21:23 -08:00
2024-10-02 13:21:20 -07:00
2025-08-01 21:05:18 +08:00
2025-04-01 01:02:01 +08:00
2024-01-29 15:59:19 -08:00
2026-02-09 15:43:16 +08:00
2024-05-14 04:37:33 -07:00
2025-06-30 10:18:26 +02:00
2024-04-08 09:30:35 +02:00
2024-04-07 12:06:34 +02:00
2024-09-21 14:25:09 +08:00
2024-10-28 11:49:32 +01:00
2024-04-07 12:06:34 +02:00
2024-06-08 17:10:29 -07:00
2024-06-10 13:46:59 -07:00
2024-05-04 19:07:15 +08:00
2024-04-13 14:05:04 -07:00
2024-01-02 14:53:27 -08:00
2024-11-08 08:26:33 +01:00
2025-10-25 08:36:41 +03:00
2024-08-03 19:51:02 +01:00
2024-02-04 16:16:10 -08:00
2025-07-18 11:47:15 +02:00
2024-06-09 18:47:54 -07:00
2024-05-28 15:42:30 +08:00
2024-04-13 14:03:21 -07:00
2024-02-04 13:04:23 +02:00
2024-05-28 15:42:30 +08:00
2025-10-22 01:05:53 +02:00
2024-02-04 16:16:10 -08:00
2024-10-06 19:33:19 +03:00
2024-04-07 12:06:34 +02:00
2024-11-23 11:21:38 +02:00
2024-06-16 16:42:03 -07:00
2024-09-08 23:56:53 +08:00
2024-06-29 11:56:29 -07:00
2024-02-04 16:16:10 -08:00
2024-07-03 02:44:16 +01:00
2024-04-30 13:46:24 -07:00
2024-04-30 13:46:24 -07:00
2024-04-30 13:46:24 -07:00
2024-02-28 13:50:10 +02:00
2026-01-31 10:47:10 +02:00
2024-01-31 16:00:10 -08:00
2025-09-27 20:37:41 +08:00
2024-07-10 14:05:18 +02:00
2024-05-26 01:32:57 -07:00
2025-08-06 16:33:20 +02:00
2024-04-07 12:06:34 +02:00
2024-07-22 18:52:04 -07:00
2025-10-22 12:56:51 +02:00
2025-06-30 10:18:26 +02:00
2024-07-08 16:49:22 -07:00
2024-08-28 23:59:45 +02:00
2024-12-18 23:20:37 +08:00
2025-04-24 19:43:33 +08:00
2025-06-30 10:18:26 +02:00
2025-10-22 01:02:35 +02:00
2025-09-11 08:00:58 +02:00
2025-10-06 18:25:23 -03:00
2024-04-07 12:06:34 +02:00
2025-06-15 13:24:13 +02:00
2024-05-28 12:39:06 -07:00
2025-10-22 01:04:54 +02:00
2024-01-31 16:00:10 -08:00
2024-04-12 17:00:02 +08:00
2024-04-07 12:06:34 +02:00
2024-06-23 11:04:42 -07:00
2025-07-30 12:01:06 +02:00
2024-04-07 12:06:34 +02:00
2024-07-12 13:15:33 -07:00
2024-10-10 18:57:52 +03:00
2024-04-08 09:30:35 +02:00
2026-04-10 19:37:48 +03:00
2024-04-30 13:44:42 -07:00
2024-09-13 12:53:16 +08:00
2025-09-16 15:20:16 +02:00
2024-10-30 05:16:05 -07:00
2024-11-17 20:52:18 +02:00
2024-06-10 04:44:42 +08:00
2024-11-23 11:22:08 +02:00
2024-04-07 12:06:34 +02:00
2024-04-07 12:06:34 +02:00
2024-02-04 16:16:10 -08:00
2024-01-31 16:00:10 -08:00
2024-11-17 20:51:02 +02:00
2024-06-23 11:10:41 -07:00
2024-07-16 10:35:41 -07:00
2024-11-17 20:54:27 +02:00
2026-04-14 11:05:06 +08:00
2024-02-04 16:16:10 -08:00
2024-01-29 16:00:13 -08:00
2025-07-18 11:22:22 +02:00
2024-07-14 21:08:27 +01:00
2024-06-23 11:10:41 -07:00
2024-02-04 16:16:10 -08:00
2024-02-07 13:56:28 -08:00
2024-09-20 13:11:51 +08:00
2025-05-29 10:03:58 +02:00
2024-06-16 16:42:26 -07:00
2024-02-16 13:48:41 +01:00
2024-02-16 13:48:41 +01:00
2025-07-16 22:18:26 +02:00
2025-02-09 17:59:51 +08:00
2024-11-03 09:43:00 +02:00
2024-03-25 13:57:48 +01:00
2024-01-31 16:01:35 -08:00
2025-04-28 13:19:12 +08:00
2024-04-07 12:06:34 +02:00
2024-05-16 23:45:40 -07:00
2025-09-11 08:00:34 +02:00
2024-02-11 15:31:05 -08:00
2024-09-15 10:10:55 +08:00
2024-04-07 12:06:34 +02:00
2024-05-14 16:36:28 -07:00
2024-11-17 20:53:28 +02:00
2025-06-11 11:29:46 +02:00
2024-04-07 12:06:34 +02:00
2025-06-08 23:03:16 +03:00
2024-10-02 13:21:20 -07:00
2024-06-23 11:13:39 -07:00
2024-05-14 16:39:02 -07:00
2024-04-07 12:06:34 +02:00
2024-01-02 15:14:00 -08:00
2024-01-02 15:14:13 -08:00
2025-06-30 10:18:26 +02:00
2024-09-18 13:25:47 +08:00
2025-09-13 10:20:04 +02:00
2024-04-07 12:06:34 +02:00
2024-04-07 12:06:34 +02:00
2024-02-04 16:16:10 -08:00
2024-04-07 12:06:34 +02:00
2024-02-02 22:36:42 +01:00
2024-05-14 16:38:21 -07:00
2025-07-18 11:40:13 +02:00
2024-06-29 11:56:14 -07:00
2025-06-12 11:18:04 +02:00
2025-09-13 10:30:15 +02:00
2024-07-31 15:00:56 +08:00
2025-09-18 19:55:12 +03:00
2024-02-22 20:37:16 -08:00
2025-07-01 10:23:47 +02:00
2024-02-02 17:55:01 +08:00
2024-04-07 12:06:34 +02:00
2025-06-30 10:18:26 +02:00
2024-04-20 18:05:14 -07:00
2024-02-12 13:50:54 -08:00
2024-10-09 17:21:17 +03:00
2024-04-07 12:06:34 +02:00
2025-11-09 12:16:57 +02:00
2025-06-30 10:18:26 +02:00
2024-09-01 17:25:35 +03:00
2024-06-01 17:28:35 -07:00
2026-04-28 23:56:47 +02:00
2024-04-30 13:46:24 -07:00
2024-02-07 14:00:04 -08:00
2024-02-26 05:14:10 +00:00
2026-01-04 14:08:12 +01:00
2024-06-02 05:33:22 -07:00
2024-09-11 18:14:49 +08:00
2024-04-20 18:06:21 -07:00
2024-10-06 22:12:43 +02:00
2024-04-19 14:20:13 -07:00
2025-05-13 14:30:11 +08:00
2025-12-13 10:43:04 +02:00
2024-06-08 17:31:38 -07:00
2025-06-30 10:18:26 +02:00
2024-04-07 12:06:34 +02:00