]> www.infradead.org Git - mtd-utils.git/commit
mkfs-ubifs: fix inclusion of uuid.h
authorRolf Eike Beer <eb@emlix.com>
Mon, 10 Jul 2017 11:54:24 +0000 (13:54 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 10 Jul 2017 11:59:47 +0000 (13:59 +0200)
commit454a3d0b1ac413de3c32e4076ba74fdc70a8e973
tree1d4a6c24703ed1e2365ec19e3c8f98336a3b2809
parentdf913e4316f28d60f630bac938863c4c65ad210e
mkfs-ubifs: fix inclusion of uuid.h

The include directory exported by uuid.pc is */include/uuid, so uuid.h
must be included without any directory in the path. This usually works
out because uuid is installed in the normal prefix, so the parent
directory of what uuid has as include dir ends up in the include path
anyway. In case one uses a custom uuid outside of the regular include
path this breaks.

Signed-off-by: Rolf Eike Beer <eb@emlix.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/mkfs.ubifs/mkfs.ubifs.h