linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH liburing 0/2] pkg-config support
@ 2019-05-25  8:58 Stefan Hajnoczi
  2019-05-25  8:58 ` [PATCH liburing 1/2] pkgconfig: install a liburing.pc file Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2019-05-25  8:58 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Aarushi Mehta, Julia Suvorova, Stefan Hajnoczi

Patch 1 adds pkg-config support so that applications are not required to
hardcode compiler flags that may change depending on the distro.

Patch 2 moves installation paths to ./configure so they are adjustable from the
command-line and do not require modifying the makefile.  This is necessary so
Fedora x86_64 can set libdir to /usr/lib64.

I have tested this by building Aarushi Mehta's QEMU io_uring support
using pkg-config on a Fedora x86_64 host.

Stefan Hajnoczi (2):
  pkgconfig: install a liburing.pc file
  configure: move directory options to ./configure

 configure      | 55 +++++++++++++++++++++++++++++++++++++++++++++++++-
 Makefile       | 17 ++++++++++------
 .gitignore     |  2 ++
 liburing.pc.in | 12 +++++++++++
 4 files changed, 79 insertions(+), 7 deletions(-)
 create mode 100644 liburing.pc.in

-- 
2.21.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-25 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-25  8:58 [PATCH liburing 0/2] pkg-config support Stefan Hajnoczi
2019-05-25  8:58 ` [PATCH liburing 1/2] pkgconfig: install a liburing.pc file Stefan Hajnoczi
2019-05-25  8:58 ` [PATCH liburing 2/2] configure: move directory options to ./configure Stefan Hajnoczi
2019-05-25 12:37 ` [PATCH liburing 0/2] pkg-config support Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).