Commit Graph

1 Commits

Author SHA1 Message Date
Stefan Hajnoczi
1501c4595e Fix i686 build failure due to nolibc
liburing builds without libc (-ffreestanding) by default. Unfortunately,
Fedora's compiler flags cause a conflict because the stack protector
requires symbols that are in libc. Disable nolibc for now.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2023-06-20 15:13:43 +02:00