Commit Graph

13 Commits

Author SHA1 Message Date
Christian Lachner 601d650688 liburing: Update to v2.6
- Updated download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2024-05-20 11:58:14 +08:00
Christian Lachner 24b751bcf0 liburing: Update to v2.5
- Updated download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2023-11-18 01:11:47 +08:00
Christian Lachner 78cbb0153b liburing: Update to v2.4
- Updated download URL and hash
- Switched to downloading bz2 archives to save bandwidth

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2023-07-05 21:01:17 +08:00
Paul Fertser 1e8584dc58 treewide: quote CC and CXX
When CC is set to e.g. "ccache mips-openwrt-linux-musl-gcc" it needs
to be quoted to avoid word splitting on substitution.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-01-20 17:44:14 -08:00
Christian Lachner f01ebf5f33 liburing: Update to v2.3
- Updated download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2022-11-22 16:51:18 +02:00
Christian Lachner 3f82f9a002 liburing: Update to v2.2
- Updated download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2022-07-08 18:36:32 +02:00
Eneas U de Queiroz 6bc9ec549d
liburing: add KERNEL_IO_URING dependency
This needs kernel io_uring support to work.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-04 15:12:58 -03:00
Christian Lachner 6e9c9bff05 liburing: Update to v2.1
- Updated download URL and hash
- Make use of $(AUTORELEASE) for PKG_RELEASE

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2021-09-12 10:59:37 -07:00
Christian Lachner 7e6e82c72b liburing: Update to v2.0
- Updated download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2021-03-13 10:28:13 +01:00
Christian Lachner 0fbe6944d0 liburing: Update to v0.7
- Updated download URL and hash
- Removed our include-patch as the problem was fixed upstream
- Removed our MUSL-specific loff_t definition as liburing switched to off_t which is
supported by MUSL out-of-the-box

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-07-12 09:49:24 +02:00
Christian Lachner c12c8ceafb liburing: Simplify CFLAGS assignment for MUSL targets
- Simplify the way we deal with additional CFLAGS for MUSL targets

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-07-02 09:04:45 +02:00
Christian Lachner f345e6646d liburing: Re-enable stack-protection for uClibc targets
- Remove -fno-stack-protector for uClibc targets
- Make TITLE a little nicer

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-07-02 07:03:45 +02:00
Christian Lachner bded5cdbbc liburing: new package: liburing v0.6
- Add initial Makefile
- Add patch to fix inttypes.h inclusion when __kernel_timespec is unavailable

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-06-30 11:18:44 +02:00