qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Qemu-block] [PATCH] block/io_uring: use pkg-config for


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] block/io_uring: use pkg-config for liburing
Date: Sat, 25 May 2019 10:15:31 +0100

On Sat, May 25, 2019 at 10:07 AM Stefan Hajnoczi <address@hidden> wrote:

Based-on: <address@hidden>
           "[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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]