Re: [libvirt] [PATCH] Fix location of blkid.h in include header

2017-03-03 Thread Michal Privoznik
On 03/03/2017 04:42 PM, Nehal J Wani wrote: > The build system for libvirt correctly detects the location of blkid > using PKG_CONFIG_PATH environment variable. The file blkid.pc states > that the include flags should be: 'Cflags: -I${includedir}/blkid' but > libvirt searches for blkid.h inside

[libvirt] [PATCH] Fix location of blkid.h in include header

2017-03-03 Thread Nehal J Wani
The build system for libvirt correctly detects the location of blkid using PKG_CONFIG_PATH environment variable. The file blkid.pc states that the include flags should be: 'Cflags: -I${includedir}/blkid' but libvirt searches for blkid.h inside ${includedir}/blkid/blkid, which is wrong. Until now,