On Sat, May 25, 2019 at 10:07 AM Stefan Hajnoczi <stefa...@redhat.com> wrote:
Based-on: <20190524140337.13415-1-mehta.aar...@gmail.com> "[RFC PATCH v2 0/9] Add support for io_uring" > diff --git a/block/Makefile.objs b/block/Makefile.objs > index 262d413c6d..eed8043740 100644 > --- a/block/Makefile.objs > +++ b/block/Makefile.objs > @@ -62,6 +62,7 @@ block-obj-$(if $(CONFIG_LZFSE),m,n) += dmg-lzfse.o > dmg-lzfse.o-libs := $(LZFSE_LIBS) > qcow.o-libs := -lz > linux-aio.o-libs := -laio > -io_uring.o-libs := -luring > +io_uring.o-flags := $(LINUX_IO_URING_CFLAGS) Oops, this should be -cflags instead of -flags. The current liburing.pc file doesn't define any special cflags so I didn't notice this problem. Please fix this up when integrating this into your patch series, thanks!