summaryrefslogtreecommitdiffstats
path: root/libblkid/blkid.pc.in
diff options
context:
space:
mode:
authorKarel Zak2019-01-22 12:33:19 +0100
committerKarel Zak2019-01-22 12:33:19 +0100
commitc2435b946f574880201cb41d989d8d63d4bbf87d (patch)
tree575d06df11b0e1ff28a0a337ad32440b62b5bac9 /libblkid/blkid.pc.in
parentsetarch: don't return address of automatic variable (diff)
downloadkernel-qcow2-util-linux-c2435b946f574880201cb41d989d8d63d4bbf87d.tar.gz
kernel-qcow2-util-linux-c2435b946f574880201cb41d989d8d63d4bbf87d.tar.xz
kernel-qcow2-util-linux-c2435b946f574880201cb41d989d8d63d4bbf87d.zip
libblkid: remove dependence on libuuid
Currently we use libuuid to print UUID only. This code is possible to replace by one snprintf(). It seems better to duplicate this one snprintf than force all distros to keep libuuid together with libblkid. Note, this scenario has been already supported on --disable-libuuid. Reported-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libblkid/blkid.pc.in')
-rw-r--r--libblkid/blkid.pc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libblkid/blkid.pc.in b/libblkid/blkid.pc.in
index 40ec8a9d7..3316c6be8 100644
--- a/libblkid/blkid.pc.in
+++ b/libblkid/blkid.pc.in
@@ -6,6 +6,5 @@ includedir=@includedir@
Name: blkid
Description: Block device id library
Version: @LIBBLKID_VERSION@
-Requires.private: uuid
Cflags: -I${includedir}/blkid
Libs: -L${libdir} -lblkid