summaryrefslogtreecommitdiffstats
path: root/lib/fsprobe.c
diff options
context:
space:
mode:
authorKarel Zak2009-02-17 21:28:09 +0100
committerKarel Zak2009-02-17 21:28:09 +0100
commitd06d028a5a5c204ac2504e6bf6aa65a2e3b8aeb5 (patch)
tree9ad7810ce3f9cfd15b0b20b9969deb59fe50e5bd /lib/fsprobe.c
parentmount: generic blkid/volume_id wrapper, use blkid_evaluate_* (diff)
downloadkernel-qcow2-util-linux-d06d028a5a5c204ac2504e6bf6aa65a2e3b8aeb5.tar.gz
kernel-qcow2-util-linux-d06d028a5a5c204ac2504e6bf6aa65a2e3b8aeb5.tar.xz
kernel-qcow2-util-linux-d06d028a5a5c204ac2504e6bf6aa65a2e3b8aeb5.zip
build-sys: use pkg-config for blkid and volume_id
It seems that blkid.pc from e2fsprogs has been fixed: $ pkg-config --libs blkid -lblkid and the pkg-config does not return any other extra libraries (such -luuid or -ldevmapper). Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/fsprobe.c')
-rw-r--r--lib/fsprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fsprobe.c b/lib/fsprobe.c
index d8d927d7a..5fecc6492 100644
--- a/lib/fsprobe.c
+++ b/lib/fsprobe.c
@@ -7,7 +7,7 @@
#include <sys/types.h>
#include <stdlib.h>
-#include <blkid/blkid.h> /* TODO: <blkid.h>, -I/usr/include/blkid */
+#include <blkid.h>
#include "blkdev.h"
#include "canonicalize.h"