Menu

#224 Location of include files for pkg-config is wrong

closed-fixed
libext2 (27)
5
2008-09-03
2008-09-02
No

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.

Discussion

  • Theodore Ts'o

    Theodore Ts'o - 2008-09-03
    • status: open --> closed-fixed
     
  • Theodore Ts'o

    Theodore Ts'o - 2008-09-03

    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.