Location of include files for pkg-config is wrong
Brought to you by:
tytso
Hi,
pkg-config doesn't announce the location of com_err.h and other include files correctly:
$ locate com_err.h
/usr/include/et/com_err.h
$ pkg-config --cflags com_err
$
It should return "-I/usr/include/et" instead (similar for blkid, ss, and uuid).
Attached patch (for 1.41.0) should fix it.
Logged In: YES
user_id=628
Originator: NO
Thanks, I've fixed this (as well as the ext2-specific pkg-config files) in the git tree.