Commit graph

4 commits

Author SHA1 Message Date
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